nxtgauge-gitops/apps/nxtgauge-backend-rust/base/graphic-designers-service.yaml

16 lines
315 B
YAML

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