fix: add argocd ignore-healthcheck annotation to Ingress
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 4s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 4s

Prevents Ingress from staying in 'Processing' state by ignoring
ArgoCD's health check that waits for load balancer IP/hostname.
This commit is contained in:
2025-11-24 11:29:38 +01:00
parent d439741339
commit 2e6b37f46c
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ kind: Ingress
metadata:
name: django
namespace: vorgabenui
annotations:
argocd.argoproj.io/ignore-healthcheck: "true"
spec:
rules:
- host: vorgabenportal.knowyoursecurity.com