Skip to content

Commit

Permalink
Update nats.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Dec 25, 2024
1 parent 9e9f64c commit 397b2ef
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions clusters/home-cluster/nats/nats.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: nats
namespace: flux-system
spec:
interval: 1m
url: https://nats-io.github.io/k8s/helm/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nats
namespace: nats
spec:
interval: 10m
install:
createNamespace: true
chart:
spec:
chart: nats
version: "*"
sourceRef:
kind: HelmRepository
name: nats
namespace: flux-system
interval: 1m
values:
config:
cluster:
enabled: true
jetstream:
enabled: true
# apiVersion: source.toolkit.fluxcd.io/v1
# kind: HelmRepository
# metadata:
# name: nats
# namespace: flux-system
# spec:
# interval: 1m
# url: https://nats-io.github.io/k8s/helm/charts
# ---
# apiVersion: helm.toolkit.fluxcd.io/v2
# kind: HelmRelease
# metadata:
# name: nats
# namespace: nats
# spec:
# interval: 10m
# install:
# createNamespace: true
# chart:
# spec:
# chart: nats
# version: "*"
# sourceRef:
# kind: HelmRepository
# name: nats
# namespace: flux-system
# interval: 1m
# values:
# config:
# cluster:
# enabled: true
# jetstream:
# enabled: true

0 comments on commit 397b2ef

Please sign in to comment.