Files
traefik-forward-auth/examples-thomseddon/traefik-v1.7/kubernetes/advanced-separate-pod/whoami/deployment.yaml
2023-11-07 09:59:46 +01:00

20 lines
297 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
labels:
app: whoami
spec:
replicas: 1
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- image: containous/whoami
name: whoami