diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 0b1f9c1..28d2348 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -63,6 +63,8 @@ spec: selector: app: django ports: - - port: 8000 + - name: http + protocol: TCP + port: 8000 targetPort: 8000 diff --git a/argocd/ingress.yaml b/argocd/ingress.yaml index bb1ba62..0edf450 100644 --- a/argocd/ingress.yaml +++ b/argocd/ingress.yaml @@ -3,6 +3,8 @@ kind: Ingress metadata: name: django namespace: vorgabenui + annotations: + argocd.argoproj.io/ignore-healthcheck: "true" spec: rules: - host: vorgabenportal.knowyoursecurity.com