toy/kustomize/app/services.yaml
Ryan Cavicchioni c57d3303ed
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m29s
Gitea Actions Demo / test (push) Successful in 1m20s
Gitea Actions Demo / release-image (push) Successful in 1m3s
Make Kustomize manifests more modular
2024-07-28 20:53:43 -05:00

14 lines
149 B
YAML

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