This commit is contained in:
Morten Olsen
2025-12-03 21:33:03 +01:00
parent 37600ea101
commit 448eced634
4 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nats-cluster
namespace: argocd
spec:
project: shared
source:
repoURL: https://nats-io.github.io/k8s/helm/charts/
targetRevision: 2.12.2
chart: nats
helm:
releaseName: nats
values: |
config:
jetstream:
enabled: true
fileStore:
pvc:
enabled: true
storageSize: 10Gi
storageClassName: prod
destination:
server: https://kubernetes.default.svc
namespace: "{{ .Release.Namespace }}"
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true