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