30 lines
634 B
YAML
30 lines
634 B
YAML
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
|