Skip to content

Commit

Permalink
Using POST for federation livenessProbe
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein authored Dec 7, 2023
1 parent 3e3e047 commit 47e4db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ federation:
command:
- sh
- -c
- curl --fail --max-time {{ .Values.probes.timeoutSeconds }} http://localhost:{{ .Values.federation.internalPort }}/artifactory/service/rtfs/ping
- curl --fail --max-time {{ .Values.probes.timeoutSeconds }} -XPOST http://localhost:{{ .Values.federation.internalPort }}/artifactory/service/rtfs/ping
initialDelaySeconds: {{ if semverCompare "<v1.20.0-0" .Capabilities.KubeVersion.Version }}180{{ else }}0{{ end }}
failureThreshold: 5
timeoutSeconds: {{ .Values.probes.timeoutSeconds }}
Expand Down

0 comments on commit 47e4db1

Please sign in to comment.