infrastructure/k8s/whoami/service.yml

14 lines
179 B
YAML

apiVersion: v1
kind: Service
metadata:
name: whoami
labels:
app: whoami
spec:
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: whoami