docs: upload README and kustomization
This commit is contained in:
11
kustomize/kustomization.yaml
Normal file
11
kustomize/kustomization.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
# 资源文件列表
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
# 公共标签,会自动添加到所有资源中
|
||||
commonLabels:
|
||||
app: go-example
|
||||
env: production
|
||||
Reference in New Issue
Block a user