Rename https rather than http service

This commit is contained in:
Stefan Reimer 2020-05-03 00:02:32 +01:00
parent 2d87822e96
commit f460ef6276
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform
name: kubezero name: kubezero
version: 0.1.6 version: 0.1.7
home: https://kubezero.com home: https://kubezero.com
keywords: keywords:
- kubezero - kubezero

View File

@ -27,9 +27,9 @@ argo-cd:
config: config:
url: argocd.example.com url: argocd.example.com
# Set to allow routing via istio # Rename former https port to grpc, works with istio + insecure
#service: service:
# servicePortHttpName: grpc servicePortHttpsName: grpc
extraArgs: extraArgs:
- --insecure - --insecure