From 96fcd76dae91d6002b877caf53dd032ad8444c7b Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 7 Jun 2026 22:16:45 +0200 Subject: [PATCH] feat: manual only deployment --- helm/airflow/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index ef372b3..db4d89c 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -12,6 +12,10 @@ ingress: pathType: "Prefix" apiServer: + hostAliases: + - ip: "49.13.143.254" + hostnames: + - "keycloak.49.13.143.254.nip.io" apiServerConfig: | from flask_appbuilder.security.manager import AUTH_OAUTH