提交 d4bb1ffa 作者: 余乾开

feat(config):生产环境配置

上级 45d66b4d
...@@ -8,3 +8,4 @@ target ...@@ -8,3 +8,4 @@ target
.idea .idea
*.iml *.iml
*/application.yml */application.yml
.github/
...@@ -10,4 +10,4 @@ spec: ...@@ -10,4 +10,4 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 35150 port: 35150
nodePort: 30150 nodePort: 30151
\ No newline at end of file \ No newline at end of file
...@@ -8,8 +8,9 @@ commonLabels: ...@@ -8,8 +8,9 @@ commonLabels:
variant: prod variant: prod
commonAnnotations: commonAnnotations:
note: This is prod! note: This is prod!
patchesStrategicMerge: patches:
- configMap.yaml - path: configMap.yaml
- path: service.yaml
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms
......
apiVersion: v1
kind: Service
metadata:
name: cms-svc
namespace: prod
spec:
selector:
app: cms
type: NodePort
ports:
- protocol: TCP
port: 35150
nodePort: 30150
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论