Files
traefik-forward-auth/examples-thomseddon/traefik-v2/kubernetes/advanced-single-pod/whoami/service.yaml
2023-11-07 09:59:46 +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