ingress
This commit is contained in:
parent
4199289b32
commit
610e01fe3d
@ -10,6 +10,20 @@ argo-cd:
|
||||
type: NodePort
|
||||
extraArgs:
|
||||
- --insecure
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
cert-manager.io/acme-challenge-type: dns01
|
||||
cert-manager.io/cluster-issuer: roxedus.com-cloudflare
|
||||
hosts:
|
||||
- argo-cd.roxedus.com
|
||||
tls:
|
||||
- hosts:
|
||||
- argo-cd.roxedus.com
|
||||
secretName: argo-cd-roxedus-com-cert
|
||||
|
||||
config:
|
||||
accounts.roxedus: apiKey, login
|
||||
accounts.admin.enabled: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user