feat: migrate argocd from k8s manifests to argo-helm

This commit is contained in:
cătălin 2026-08-06 09:54:40 +02:00
commit 56a78aa73a
No known key found for this signature in database
38 changed files with 438 additions and 69 deletions

View file

@ -0,0 +1,30 @@
---
global:
domain: argo.fuku
configs:
params:
server.insecure: true
server:
service:
type: LoadBalancer
servicePortHttp: 8002
servicePortHttps: 8003
redis:
image:
repository: docker.io/library/redis
tag: 8.2.3-alpine
repoServer:
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 10
readinessProbe:
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 10