init
This commit is contained in:
29
apps/nats.yaml
Normal file
29
apps/nats.yaml
Normal 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
|
||||
Reference in New Issue
Block a user