From 152fc87a27924a070cc98d9681b2449796772b5a Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 10 Mar 2026 08:49:47 -0600 Subject: [PATCH] ingress host --- {.gitea => .github}/workflows/pipeline.yml | 1 + kubernetes/ingress.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename {.gitea => .github}/workflows/pipeline.yml (97%) diff --git a/.gitea/workflows/pipeline.yml b/.github/workflows/pipeline.yml similarity index 97% rename from .gitea/workflows/pipeline.yml rename to .github/workflows/pipeline.yml index 2a8d44f..b00bce5 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -30,6 +30,7 @@ jobs: env: KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }} AI_TOKEN: ${{ secrets.AI_TOKEN }} + INGRESS_HOST: ${{ vars.INGRESS_HOST }} run: | echo "$KUBECONFIG_CONTENT" > /tmp/elixir-kubeconfig.yml export KUBECONFIG=/tmp/elixir-kubeconfig.yml diff --git a/kubernetes/ingress.yml b/kubernetes/ingress.yml index 68da4ce..6bd6413 100644 --- a/kubernetes/ingress.yml +++ b/kubernetes/ingress.yml @@ -6,7 +6,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: ai-ha.alexmickelson.guru + - host: $INGRESS_HOST http: paths: - path: /