fix(application urls): fixed argocd url
This commit is contained in:
parent
ab8791d530
commit
087b6d9c49
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: argocd.{{{ .Env.DOMAIN_ARGOCD }}}
|
- host: {{{ .Env.DOMAIN_ARGOCD }}}
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
|
|
Loading…
Reference in a new issue