sae5dc03-tp/tp5/chart/templates/missions_service.yaml
2025-11-12 16:51:07 +01:00

14 lines
265 B
YAML

apiVersion: v1
kind: Service
metadata:
name: missions
namespace: {{ .Values.namespace }}
spec:
selector:
app: missions
ports:
- name: http-missions
protocol: TCP
port: {{ .Values.missions.port }}
targetPort: 5000
type: ClusterIP