docs: upload README and kustomization

This commit is contained in:
2026-03-14 15:07:46 +08:00
parent 8aa1fe3ca7
commit 03e6b07030
2 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# 资源文件列表
resources:
- deployment.yaml
# 公共标签,会自动添加到所有资源中
commonLabels:
app: go-example
env: production