Files
gitops/apps/whoami/service.yaml
2024-02-12 22:36:37 +00:00

13 lines
151 B
YAML

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