modele_nat/manifests/02_service.yml
2025-01-23 13:33:13 +00:00

13 lines
189 B
YAML

kind: Service
apiVersion: v1
metadata:
name: exempleci
labels:
app: exempleci
spec:
type: ClusterIP
selector:
app: exempleci
ports:
- port: 5000
targetPort: 5000