30 lines
637 B
YAML
30 lines
637 B
YAML
argo-cd:
|
|
global:
|
|
domain: argocd.noxxos.nl
|
|
|
|
server:
|
|
ingress:
|
|
enabled: false
|
|
|
|
extraObjects:
|
|
- apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: argocd-server
|
|
namespace: argocd
|
|
spec:
|
|
parentRefs:
|
|
- name: traefik-gateway
|
|
namespace: traefik
|
|
sectionName: websecure
|
|
hostnames:
|
|
- "argocd.noxxos.nl"
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: argocd-server
|
|
port: 80
|