Skip to content

Commit

Permalink
Update statefullset-profisee.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Sep 30, 2024
1 parent 0ba2884 commit be30b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profisee-platform/templates/statefullset-profisee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
- name: profisee
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: Always
{{- if .Values.image.tag | regexMatch "^(2[4-9]|[3-9][0-9])r[0-9]+\..*" }}
{{- if regexMatch "^(2[4-9]|[3-9][0-9])r[0-9]+\..*" .Values.image.tag }}
livenessProbe:
httpGet:
path: /{{.Values.profiseeRunTime.webAppName}}/rest/health
Expand Down

0 comments on commit be30b3c

Please sign in to comment.