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
|
||||
namespace: argocd
|
||||
annotations:
|
||||
ingress.cilium.io/tls-passthrough: "enabled"
|
||||
ingress.cilium.io/backend-protocol: HTTPS
|
||||
spec:
|
||||
ingressClassName: cilium
|
||||
tls:
|
||||
- hosts:
|
||||
- argo.noble.lab.pcenicni.dev
|
||||
secretName: argocd-server-tls
|
||||
rules:
|
||||
- host: argo.noble.lab.pcenicni.dev
|
||||
http:
|
||||
|
||||
Reference in New Issue
Block a user