Skip to content

Commit

Permalink
fix(server): Enable HTTPS probe for TLS by default. See #5205 (#5228)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed Feb 26, 2021
1 parent fb19af1 commit 2d2fba3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifests/base/argo-server/argo-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
readinessProbe:
httpGet:
port: 2746
scheme: HTTP
scheme: HTTPS
path: /
initialDelaySeconds: 10
periodSeconds: 20
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down

0 comments on commit 2d2fba3

Please sign in to comment.