initial bootstrap: argocd, metallb, envoy-gateway, nfs-provisioner

This commit is contained in:
2026-06-14 16:00:21 +07:00
commit c44c2f6736
15 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
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
server:
replicas: 1