From 6f7bb505b636d5de21921040d1e9f6ca20a66d0a Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 15 Jun 2021 11:41:43 -0700 Subject: [PATCH] config: change argo-server to HTTP --- config/argo-server/argo-server-deploy.yaml | 2 +- config/ci.yaml | 2 +- config/default.yaml | 2 +- config/dev.yaml | 2 +- config/quick-start.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/argo-server/argo-server-deploy.yaml b/config/argo-server/argo-server-deploy.yaml index 3b47ea81..22dc2b4e 100644 --- a/config/argo-server/argo-server-deploy.yaml +++ b/config/argo-server/argo-server-deploy.yaml @@ -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 diff --git a/config/ci.yaml b/config/ci.yaml index ef5b2675..78182710 100644 --- a/config/ci.yaml +++ b/config/ci.yaml @@ -4515,7 +4515,7 @@ spec: httpGet: path: / port: 2746 - scheme: HTTPS + scheme: HTTP initialDelaySeconds: 10 periodSeconds: 20 securityContext: diff --git a/config/default.yaml b/config/default.yaml index 4865ef1a..d9f85769 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -4114,7 +4114,7 @@ spec: httpGet: path: / port: 2746 - scheme: HTTPS + scheme: HTTP initialDelaySeconds: 10 periodSeconds: 20 securityContext: diff --git a/config/dev.yaml b/config/dev.yaml index ab0e84fb..16e54478 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -4515,7 +4515,7 @@ spec: httpGet: path: / port: 2746 - scheme: HTTPS + scheme: HTTP initialDelaySeconds: 10 periodSeconds: 20 securityContext: diff --git a/config/quick-start.yaml b/config/quick-start.yaml index 67d9f650..4f7c0b0c 100644 --- a/config/quick-start.yaml +++ b/config/quick-start.yaml @@ -4114,7 +4114,7 @@ spec: httpGet: path: / port: 2746 - scheme: HTTPS + scheme: HTTP initialDelaySeconds: 10 periodSeconds: 20 securityContext: