提交 79bf19bd 作者: 余乾开

feat(config):生产配置

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