fix: add argocd ignore-healthcheck and ingressClassName to Ingress

- Add ignore-healthcheck annotation to prevent 'Processing' state
- Add ingressClassName: traefik for proper ingress controller binding
This commit is contained in:
2025-11-24 11:29:38 +01:00
parent d439741339
commit bb01174bd2
2 changed files with 6 additions and 1 deletions

View File

@@ -63,6 +63,8 @@ spec:
selector:
app: django
ports:
- port: 8000
- name: http
protocol: TCP
port: 8000
targetPort: 8000