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

16 lines
288 B
YAML

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