Update argocd-ingress configuration to set backend protocol to HTTPS and add TLS settings for secure ingress.
This commit is contained in:
@@ -4,9 +4,13 @@ metadata:
|
|||||||
name: argocd-server
|
name: argocd-server
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
annotations:
|
||||||
ingress.cilium.io/tls-passthrough: "enabled"
|
ingress.cilium.io/backend-protocol: HTTPS
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: cilium
|
ingressClassName: cilium
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- argo.noble.lab.pcenicni.dev
|
||||||
|
secretName: argocd-server-tls
|
||||||
rules:
|
rules:
|
||||||
- host: argo.noble.lab.pcenicni.dev
|
- host: argo.noble.lab.pcenicni.dev
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user