From 86e452ea9ab74f9afb239e2a05a944a2311b8971 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 4 Dec 2025 16:50:03 -0500 Subject: [PATCH] Added serverInfo and directoryAddress vars --- templates/jamulus.deployment.yml | 6 +++++- values.yaml | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/jamulus.deployment.yml b/templates/jamulus.deployment.yml index d3fb676..8d7b0d6 100644 --- a/templates/jamulus.deployment.yml +++ b/templates/jamulus.deployment.yml @@ -31,6 +31,10 @@ spec: - "-T" - "-l" - "{{ .Values.containerLog }}" + - "-e" + - "{{ .Values.directoryAddress }}" + - "-o" + - "{{ .Values.serverInfo }}" volumeMounts: - mountPath: {{ .Values.containerMountPath }} name: {{ .Values.containerMountName }} @@ -41,4 +45,4 @@ spec: - name: {{ .Values.containerMountName }} hostPath: path: {{ .Values.localMountPath }} - type: Directory \ No newline at end of file + type: Directory diff --git a/values.yaml b/values.yaml index 933c1e9..62ac6fa 100644 --- a/values.yaml +++ b/values.yaml @@ -8,4 +8,6 @@ containerMountPath: /jam containerMountName: jam #Location on your filesystem to associate the /jam dir localMountPath: /var/log -ephemeralStorage: 1G \ No newline at end of file +ephemeralStorage: 1G +directoryAddress: anygenre1.jamulus.io:22124 +serverInfo: My Jamulus Server;New York;US