Merge pull request 'fix: add argocd ignore-healthcheck and ingressClassName to Ingress' (#13) from improvements/argocd-service-fix into development
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

Reviewed-on: #13
This commit is contained in:
2025-11-24 11:02:52 +00:00
2 changed files with 6 additions and 1 deletions

View File

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

View File

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