Rename https rather than http service
This commit is contained in:
parent
2d87822e96
commit
f460ef6276
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user