mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: change cluster url
This commit is contained in:
@@ -62,7 +62,7 @@ spec:
|
||||
enabled: true
|
||||
className: nginx
|
||||
hosts:
|
||||
- &host "cilium.${SECRET_CLUSTER_DOMAIN}"
|
||||
- &host "cilium.${SECRET_EXTERNAL_DOMAIN}"
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
@@ -111,7 +111,7 @@ spec:
|
||||
ingressController:
|
||||
enabled: false
|
||||
defaultSecretNamespace: networking
|
||||
defaultSecretName: ${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||
defaultSecretName: ${SECRET_EXTERNAL_DOMAIN//./-}-tls
|
||||
loadbalancerMode: shared
|
||||
service:
|
||||
loadBalancerIP: 192.168.169.115
|
||||
|
@@ -124,7 +124,7 @@ spec:
|
||||
annotations:
|
||||
hajimari.io/enable: "false"
|
||||
hosts:
|
||||
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
||||
- host: &host "{{ .Release.Name }}.${SECRET_EXTERNAL_DOMAIN}"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
|
Reference in New Issue
Block a user