2021-06-24 16:05:01 -04:00

14 lines
206 B
YAML

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