Files
traefik-forward-auth/examples/traefik-v2/kubernetes/advanced-separate-pod/whoami/service.yaml
2020-05-07 15:47:58 +01:00

15 lines
170 B
YAML

apiVersion: v1
kind: Service
metadata:
name: whoami
labels:
app: whoami
spec:
type: ClusterIP
ports:
- name: http
port: 80
selector:
app: whoami