Skip to content

Commit

Permalink
Update dongtai-worker-sca.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyuguo committed Apr 22, 2024
1 parent f76716b commit 7e20dc5
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ spec:
env:
- name: DONGTAI_CONCURRENCY
value: {{.Values.build.env_sca}}
{{- if .Values.httphealthcheck }}
- name: HTTP_HEALTH_CHECK_PORT
value: "1234"
{{- end }}
{{- include "deploy.config" . | nindent 10 }}
{{- if .Values.healthcheck }}
{{- if .Values.tcphealthcheck }}
{{- include "deploy.Probe" . | nindent 10 }}
{{- else if .Values.httphealthcheck }}
{{- include "deploy.HttpProbe" . | nindent 10 }}
{{- end }}
{{- include "deploy.config.vo" . | nindent 6 }}
{{- include "deploy.config.vo" . | nindent 6 }}

0 comments on commit 7e20dc5

Please sign in to comment.