File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ dependencies:
56
56
version : 15.5.3
57
57
repository : https://charts.bitnami.com/bitnami
58
58
condition : rabbitmq.enabled
59
+ - name : nats
60
+ version : 9.0.28
61
+ repository : https://charts.bitnami.com/bitnami
62
+ condition : nats.enabled
59
63
- name : builder
60
64
repository : oci://quay.io/codefresh/charts
61
65
condition : builder.enabled
Original file line number Diff line number Diff line change @@ -372,6 +372,10 @@ global:
372
372
tlsSignService : cfsign
373
373
# -- Default tls-sign service port.
374
374
tlsSignPort : 4999
375
+ # -- Default nats service name.
376
+ natsService : nats
377
+ # -- Default nats service port.
378
+ natsPort : 4222
375
379
# -- Default Consul service name.
376
380
consulService : consul-headless
377
381
# -- Default Consul service port.
@@ -1134,6 +1138,20 @@ mongodb:
1134
1138
enabled : false
1135
1139
featureCompatibilityVersion : " 7.0"
1136
1140
1141
+ # -- nats
1142
+ # @default -- See below
1143
+ # Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml
1144
+ nats :
1145
+ enabled : true
1146
+ image :
1147
+ repository : bitnamilegacy/nats
1148
+ replicaCount : 1
1149
+ auth :
1150
+ enabled : false
1151
+ cluster :
1152
+ auth :
1153
+ enabled : false
1154
+
1137
1155
# -- nomios
1138
1156
# @default -- See below
1139
1157
nomios :
You can’t perform that action at this time.
0 commit comments