Skip to content

Commit

Permalink
config: change argo-server to HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 15, 2021
1 parent 4770ed6 commit 6f7bb50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/argo-server/argo-server-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
image: quay.io/argoproj/argocli:dev-dataflow
imagePullPolicy: Always
args: [ server, --namespaced=true, --auth-mode=server, --secure=false ]
- readinessProbe:
readinessProbe:
httpGet:
scheme: HTTP
2 changes: 1 addition & 1 deletion config/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTPS
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4114,7 +4114,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTPS
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4515,7 +4515,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTPS
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion config/quick-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4114,7 +4114,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTPS
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down

0 comments on commit 6f7bb50

Please sign in to comment.