infra/clusters/k3s/whoami/whoami-service.yaml
2023-05-19 15:44:26 -05:00

12 lines
154 B
YAML

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