This commit is contained in:
Morten Olsen
2025-11-25 15:11:52 +01:00
commit 316a2db1d9
19 changed files with 806 additions and 0 deletions

29
apps/nats.yaml Normal file
View File

@@ -0,0 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nats
namespace: argocd
spec:
project: foundation
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:
storageSize: 10Gi
storageClassName: local-path
destination:
server: https://kubernetes.default.svc
namespace: nats
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true