mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 13:57:26 +00:00
35 lines
861 B
YAML
35 lines
861 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argocd
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: argocd
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
source:
|
|
repoURL: https://github.com/argoproj/argo-helm
|
|
targetRevision: argo-cd-8.1.2
|
|
path: charts/argo-cd
|
|
helm:
|
|
valuesObject:
|
|
global:
|
|
domain: argocd.sdg.moe
|
|
certificate:
|
|
enabled: true
|
|
server:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: cilium
|
|
annotations:
|
|
ingress.cilium.io/tls-passthrough: "true"
|
|
ingress.cilium.io/force-https: "true"
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
hostname: argocd.sdg.moe
|
|
tls: true
|