nats chart provisoning
This commit is contained in:
11
opencloud/charts/nats/files/config/leafnodes.yaml
Normal file
11
opencloud/charts/nats/files/config/leafnodes.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- with .Values.config.leafnodes }}
|
||||
port: {{ .port }}
|
||||
no_advertise: true
|
||||
|
||||
{{- with .tls }}
|
||||
{{- if .enabled }}
|
||||
tls:
|
||||
{{- include "nats.loadMergePatch" (merge (dict "file" "config/tls.yaml" "ctx" (merge (dict "tls" .) $)) .) | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user