Skip to content

Commit

Permalink
config: change argo-server to secure
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 12, 2021
1 parent 126dfc9 commit dcb24d5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/argo-server/argo-server-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@ spec:
- name: argo-server
image: quay.io/argoproj/argocli:dev-dataflow
imagePullPolicy: Always
args: [ server, --secure=false, --namespaced=true, --auth-mode=server ]
readinessProbe:
httpGet:
port: 2746
scheme: HTTP

args: [ server, --namespaced=true, --auth-mode=server ]

0 comments on commit dcb24d5

Please sign in to comment.