Julien Cabillot 291cea689e
All checks were successful
Web/ip/pipeline/head This commit looks good
add kustomization.yml
2021-06-24 14:12:09 -04:00

13 lines
186 B
YAML

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