Make Kustomize manifests more modular
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

This commit is contained in:
2024-07-28 20:53:43 -05:00
parent 7fc61df477
commit c57d3303ed
6 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: toy
spec:
ports:
- name: web
port: 80
targetPort: web
selector:
app: toy