提交 79bf19bd 作者: 余乾开

feat(config):生产配置

上级 bf33a734
......@@ -80,6 +80,7 @@ jobs:
docker push "$ACR_EE_REGISTRY/$ACR_EE_NAMESPACE/$ACR_EE_IMAGE:$TAG"
# 3.2 Deploy the image to the ACK cluster
### Production
- name: Kustomize Set Image
run: |-
cd kustomization/overlays/prod
......
- op: replace
path: /spec/ports/0/nodePort
value: 30099
\ No newline at end of file
value: 30100
\ No newline at end of file
......@@ -9,5 +9,5 @@ spec:
type: NodePort
ports:
- protocol: TCP
port: 35150
nodePort: 30150
\ No newline at end of file
port: 8099
nodePort: 30099
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论