Rename https rather than http service

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

View File

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

View File

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