ingress host
All checks were successful
CI/CD Pipeline / build (push) Successful in 9s

This commit is contained in:
2026-03-10 08:49:47 -06:00
parent f09628e982
commit 152fc87a27
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ jobs:
env: env:
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }} KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
AI_TOKEN: ${{ secrets.AI_TOKEN }} AI_TOKEN: ${{ secrets.AI_TOKEN }}
INGRESS_HOST: ${{ vars.INGRESS_HOST }}
run: | run: |
echo "$KUBECONFIG_CONTENT" > /tmp/elixir-kubeconfig.yml echo "$KUBECONFIG_CONTENT" > /tmp/elixir-kubeconfig.yml
export KUBECONFIG=/tmp/elixir-kubeconfig.yml export KUBECONFIG=/tmp/elixir-kubeconfig.yml

View File

@@ -6,7 +6,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: ai-ha.alexmickelson.guru - host: $INGRESS_HOST
http: http:
paths: paths:
- path: / - path: /