1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-gitops-v2/apps/argo/argo-cd.yaml

48 lines
1.2 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-cd
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: argo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
chart: argo-cd
repoURL: https://argoproj.github.io/argo-helm
targetRevision: 6.8.1
helm:
releaseName: argocd
valuesObject:
global:
domain: argocd.cthulhu.k8s.vxm.cz
server:
ingress:
enabled: true
ingressClassName: nginx
annotations:
# cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
tls: true
certificate:
enabled: true
issuer:
group: "cert-manager.io"
kind: "ClusterIssuer"
name: "letsencrypt-production"
destination:
server: "https://kubernetes.default.svc"
namespace: argocd