提交 d4bb1ffa 作者: 余乾开

feat(config):生产环境配置

上级 45d66b4d
......@@ -8,3 +8,4 @@ target
.idea
*.iml
*/application.yml
.github/
......@@ -10,4 +10,4 @@ spec:
ports:
- protocol: TCP
port: 35150
nodePort: 30150
\ No newline at end of file
nodePort: 30151
\ No newline at end of file
......@@ -8,8 +8,9 @@ commonLabels:
variant: prod
commonAnnotations:
note: This is prod!
patchesStrategicMerge:
- configMap.yaml
patches:
- path: configMap.yaml
- path: service.yaml
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论