mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
add-nats
This commit is contained in:
31
shared/charts/nats/templates/app.yaml
Normal file
31
shared/charts/nats/templates/app.yaml
Normal 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
|
||||
Reference in New Issue
Block a user