ingress argocd
This commit is contained in:
parent
efdd0bcdc0
commit
26e0c64d0a
1 changed files with 8 additions and 8 deletions
|
|
@ -12,14 +12,14 @@ server:
|
||||||
- --insecure
|
- --insecure
|
||||||
|
|
||||||
# ── Exercise 03: uncomment this block after Ingress-Nginx is deployed ──────
|
# ── Exercise 03: uncomment this block after Ingress-Nginx is deployed ──────
|
||||||
# ingress:
|
ingress:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
# hostname: argocd.192.168.56.200.nip.io
|
hostname: argocd.192.168.56.200.nip.io
|
||||||
# annotations:
|
annotations:
|
||||||
# nginx.ingress.kubernetes.io/ssl-passthrough: "false"
|
nginx.ingress.kubernetes.io/ssl-passthrough: "false"
|
||||||
# nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||||
# ──────────────────────────────────────────────────────────────────────────
|
──────────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
params:
|
params:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue