ip/kustomize/svc.yml

14 lines
197 B
YAML
Raw Normal View History

2021-03-18 18:03:16 -04:00
apiVersion: v1
kind: Service
metadata:
2021-08-06 21:44:19 -04:00
name: 'ip'
2021-03-18 18:03:16 -04:00
spec:
2021-06-24 16:05:01 -04:00
type: "ClusterIP"
2021-03-18 18:03:16 -04:00
ports:
- name: "http"
port: 80
protocol: "TCP"
2021-08-06 21:44:19 -04:00
targetPort: "http"
2021-03-18 18:03:16 -04:00
selector:
app: "front"