提交 751f71b2 作者: 余乾开

feat(Kustomziation):nodeport service

上级 db5eb834
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
#namePrefix: dev- #namePrefix: dev-
namespace: dev namespace: dev
commonLabels: commonLabels:
variant: dev variant: dev
commonAnnotations: commonAnnotations:
note: This is dev! note: This is dev!
patchesStrategicMerge: patches:
- configMap.yaml - configMap.yaml
- deployment.yaml
- service.yaml
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/pms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/pms
newTag: 9402de74c90a74953a0d9b000180294c4d59b753 newTag: 9402de74c90a74953a0d9b000180294c4d59b753
...@@ -8,7 +8,5 @@ commonLabels: ...@@ -8,7 +8,5 @@ commonLabels:
variant: prod variant: prod
commonAnnotations: commonAnnotations:
note: This is prod! note: This is prod!
patchesStrategicMerge: patches:
- configMap.yaml - configMap.yaml
\ No newline at end of file
- deployment.yaml
- service.yaml
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论