Skip to content

Commit

Permalink
Merge pull request #1603 from tscuite/develop
Browse files Browse the repository at this point in the history
feat: update ci
  • Loading branch information
tscuite authored Jul 12, 2023
2 parents 911c1df + 8a67434 commit ba653df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
args: [ "worker-sca" ]
env:
- name: DONGTAI_CONCURRENCY
value: {{.Values.build.env_server}}
value: {{.Values.build.env_sca}}
{{- include "deploy.config" . | nindent 10 }}
{{- if .Values.healthcheck }}
{{- include "deploy.Probe" . | nindent 10 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ spec:
command: [ "/bin/bash","/opt/dongtai/deploy/docker/entrypoint.sh" ]
args: [ "beat" ]
{{- include "deploy.config" . | nindent 10 }}
# {{- if .Values.healthcheck }}
# {{- include "deploy.Probe" . | nindent 10 }}
# {{- end }}
{{- include "deploy.config.vo" . | nindent 6 }}

0 comments on commit ba653df

Please sign in to comment.