diff --git a/values/headscale/values/values.yaml b/values/headscale/values/values.yaml index 17d0c679..96d45731 100644 --- a/values/headscale/values/values.yaml +++ b/values/headscale/values/values.yaml @@ -56,7 +56,6 @@ persistence: # size: 1Gi # -- Enable and configure postgresql database subchart under this key. -# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) # @default -- See [values.yaml](./values.yaml) postgresql: enabled: false @@ -231,6 +230,8 @@ configMaps: { "name": "openfga.srv.oceanbox.io", "type": "A", "value": "10.255.241.11" }, { "name": "openfga.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" }, { "name": "cache.srv.oceanbox.io", "type": "A", "value": "10.255.241.11" }, + { "name": "makai.srv.oceanbox.io", "type": "A", "value": "10.255.241.11" }, + { "name": "makai.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" }, { "name": "yolo-registry.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" },