cv/kustomize/svc.yml
Julien Cabillot b819ec86c9
All checks were successful
Web/cv/pipeline/head This commit looks good
web/cv/pipeline/head This commit looks good
first import
2021-12-29 15:17:36 -05:00

14 lines
197 B
YAML

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