File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : drycc-cluster-issuer
1111 kind : ClusterIssuer
1212 dnsNames :
13- - drycc.{{ .Values.platform_domain }}
13+ - drycc.{{ .Values.global. platform_domain }}
1414 privateKey :
1515 rotationPolicy : Always
1616{{- end }}
Original file line number Diff line number Diff line change 6262 - name : " DRYCC_INGRESS_CLASS"
6363 value : " {{ .Values.global.ingress_class }}"
6464 - name : " DRYCC_PLATFORM_DOMAIN"
65- value : " {{ .Values.platform_domain }}"
65+ value : " {{ .Values.global. platform_domain }}"
6666 - name : " K8S_API_VERIFY_TLS"
6767 value : " {{ .Values.k8s_api_verify_tls }}"
6868 - name : " DRYCC_REGISTRY_PROXY_PORT"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metadata:
1515 {{ end }}
1616spec :
1717 rules :
18- - host : drycc.{{ .Values.platform_domain }}
18+ - host : drycc.{{ .Values.global. platform_domain }}
1919 http :
2020 paths :
2121 {{- if eq .Values.global.ingress_class "gce" "alb" }}
3030 tls :
3131 - secretName : drycc-controller-auto-tls
3232 hosts :
33- - drycc.{{ .Values.platform_domain }}
33+ - drycc.{{ .Values.global. platform_domain }}
3434 {{- end }}
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ deploy_hook_urls: ""
1515registration_mode : " admin_only"
1616# Option to disable ssl verification to connect to k8s api server
1717k8s_api_verify_tls : " true"
18- # The public resolvable hostname to build your cluster with.
19- #
20- # This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
21- platform_domain : " "
2218
2319global :
2420 # Admin email, used for each component to send email to administrator
@@ -54,5 +50,9 @@ global:
5450 use_rbac : false
5551 # Please check `kubernetes.io/ingress.class`
5652 ingress_class : " "
53+ # The public resolvable hostname to build your cluster with.
54+ #
55+ # This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
56+ platform_domain : " "
5757 # Whether cert_manager is enabled to automatically generate controller certificates
5858 cert_manager_enabled : " true"
You can’t perform that action at this time.
0 commit comments