Files
cloud-host/gitops/argocd/values-bootstrap.yaml
T
keyhan 5ed2ef0958
Build and Deploy Platform / build-push-deploy (push) Has been cancelled
Add GitOps stack for abrban.com with Gitea Actions CI/CD.
Harbor in-cluster builds via Kaniko, ArgoCD auto-sync, and production Helm values for abrban.com domains.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-02 01:27:20 +03:30

33 lines
662 B
YAML

# Bootstrap install — uses images already cached on node (no Harbor push required)
configs:
params:
server.insecure: true
global:
image:
repository: quay.io/argoproj/argocd
tag: v3.4.4
redis:
image:
repository: ecr-public.aws.com/docker/library/redis
tag: 8.2.3-alpine
dex:
image:
repository: ghcr.io/dexidp/dex
tag: v2.45.1
server:
ingress:
enabled: true
ingressClassName: traefik
hostname: argocd.abrban.com
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
tls: true
extraTls:
- secretName: abrban-wildcard-tls
hosts:
- argocd.abrban.com