28 lines
496 B
YAML
28 lines
496 B
YAML
argo-cd:
|
|
global:
|
|
domain: argocd.noxxos.nl
|
|
logging:
|
|
format: json
|
|
level: info
|
|
|
|
configs:
|
|
params:
|
|
server.insecure: true
|
|
|
|
server:
|
|
ingress:
|
|
enabled: false
|
|
httproute:
|
|
enabled: true
|
|
parentRefs:
|
|
- name: traefik-gateway
|
|
namespace: traefik
|
|
sectionName: websecure
|
|
hostnames:
|
|
- argocd.noxxos.nl
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|