nxtgauge-gitops/apps/nxtgauge-backend-rust/base/gateway-service.yaml

16 lines
285 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nxtgauge-rust-gateway
namespace: nxtgauge
labels:
app: nxtgauge-rust-gateway
spec:
type: ClusterIP
selector:
app: nxtgauge-rust-gateway
ports:
- name: http
port: 9100
targetPort: 9100
protocol: TCP