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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user