installer: app templates
diff --git a/core/installer/values-tmpl/headscale.yaml b/core/installer/values-tmpl/headscale.yaml
index cecd068..79e457e 100644
--- a/core/installer/values-tmpl/headscale.yaml
+++ b/core/installer/values-tmpl/headscale.yaml
@@ -52,4 +52,10 @@
hydraPublic: https://hydra.{{ .Global.Domain }}
clientId: headscale
secretName: oauth2-client-headscale
-
+ ipAddressPool: {{ .Global.Id }}-headscale
+ api:
+ port: 8585
+ image:
+ repository: giolekva/headscale-api
+ tag: latest
+ pullPolicy: Always