Parametrize tailscale hostname
This commit is contained in:
@@ -14,6 +14,8 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
mainNamespace: {{ .Values.mainNamespace }}
|
mainNamespace: {{ .Values.mainNamespace }}
|
||||||
|
tailscaleIngress:
|
||||||
|
hostName: {{ .Values.tailscaleIngress.hostName }}
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||||
namespace: {{ .Values.mainNamespace }}
|
namespace: {{ .Values.mainNamespace }}
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
mainNamespace: immich
|
mainNamespace: immich
|
||||||
|
tailscaleIngress:
|
||||||
|
hostName: "photos"
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ spec:
|
|||||||
ingressClassName: tailscale
|
ingressClassName: tailscale
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- photos
|
- {{ .Values.tailscaleIngress.hostName }}
|
||||||
|
|||||||
@@ -4,3 +4,6 @@ immichDb:
|
|||||||
dbClusterInstances: 3
|
dbClusterInstances: 3
|
||||||
dbClusterStorageClass:
|
dbClusterStorageClass:
|
||||||
dbClusterStorageSize: "10Gi"
|
dbClusterStorageSize: "10Gi"
|
||||||
|
|
||||||
|
tailscaleIngress:
|
||||||
|
hostName: "photos"
|
||||||
|
|||||||
Reference in New Issue
Block a user