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

16 lines
291 B
YAML

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