ip/kustomize/svc.yml
Julien Cabillot 13193d699e
All checks were successful
Web/ip/pipeline/head This commit looks good
web/ip/pipeline/head This commit looks good
test de ingressroute
2021-08-06 21:51:24 -04:00

14 lines
197 B
YAML

apiVersion: v1
kind: Service
metadata:
name: 'ip'
spec:
type: "ClusterIP"
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: "http"
selector:
app: "front"