33 lines
665 B
YAML
33 lines
665 B
YAML
nameOverride: argocd
|
|
|
|
crds:
|
|
install: true
|
|
keep: true
|
|
annotations:
|
|
argocd.argoproj.io/sync-options: ServerSideApply=true
|
|
|
|
global:
|
|
domain: argocd.fireflylab.local
|
|
image:
|
|
repository: quay.io/argoproj/argocd
|
|
pullPolicy: IfNotPresent
|
|
logging:
|
|
format: text
|
|
level: info
|
|
|
|
configs:
|
|
params:
|
|
server.insecure: true # TLS terminated at Envoy Gateway
|
|
secret:
|
|
argocdServerAdminPassword: "$ARGOCD_ADMIN_PASSWORD_HASH"
|
|
argocdServerAdminPasswordMtime: "2025-01-01T00:00:00Z"
|
|
|
|
server:
|
|
replicas: 1
|
|
httproute:
|
|
enabled: true
|
|
parentRefs:
|
|
- name: envoy-gateway
|
|
namespace: gateway-system
|
|
sectionName: http
|