nxtgauge-gitops/apps/nxtgauge-backend-rust/base/makeup-artists-service.yaml

16 lines
306 B
YAML

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