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

14 lines
257 B
YAML

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