env: create tailscale-proxy for ingress-private IP with new env
diff --git a/core/installer/values-tmpl/tailscale-proxy.yaml b/core/installer/values-tmpl/tailscale-proxy.yaml
index 5ceae75..1774f1e 100644
--- a/core/installer/values-tmpl/tailscale-proxy.yaml
+++ b/core/installer/values-tmpl/tailscale-proxy.yaml
@@ -9,14 +9,14 @@
namespace: {{ .Global.NamespacePrefix }}app-headscale
chart:
spec:
- chart: charts/tailscale
+ chart: charts/tailscale-proxy
sourceRef:
kind: GitRepository
name: pcloud
namespace: {{ .Global.Id }}
interval: 1m0s
values:
- hostname: {{ .Global.PCloudEnvName }}-{{ .Global.Id }}-internal-proxy
+ hostname: {{ .Global.Id }}-{{ .Values.HostnameSuffix }}
apiServer: http://headscale-api.{{ .Global.Id }}-app-headscale.svc.cluster.local
loginServer: https://headscale.{{ .Global.Domain }} # TODO(gio): take headscale subdomain from configuration
ipSubnet: {{ .Values.IPSubnet }}