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

16 lines
303 B
YAML

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