REFACTOR(k8s): reorganize to base/overlays pattern

- Add k8s/base/ with deployment and service
- Add k8s/overlays/prod/ with environment config
This commit is contained in:
2025-12-23 22:49:06 +09:00
parent 9eec298fb3
commit 9d3a7656d4
14 changed files with 119 additions and 88 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
commonLabels:
app.kubernetes.io/name: mas
app.kubernetes.io/component: platform
images:
- name: harbor.mayne.vcn/mas/platform
newTag: latest