From 9e1f3dc035d9b0d23f05b0f085a9c8b6413a6008 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 15 May 2022 17:25:43 +0200 Subject: [PATCH] Change(machinaris): Disabled maize --- projects/machinaris/values/farm.yaml | 2 +- projects/music/values/airsonic.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/machinaris/values/farm.yaml b/projects/machinaris/values/farm.yaml index f7e26966..cba7ba40 100644 --- a/projects/machinaris/values/farm.yaml +++ b/projects/machinaris/values/farm.yaml @@ -174,7 +174,7 @@ worker: api: 8938 - name: maize - enabled: true + enabled: false image: ghcr.io/guydavis/machinaris-maize mode: fullnode ports: diff --git a/projects/music/values/airsonic.yaml b/projects/music/values/airsonic.yaml index 3e9ece14..f0ff3727 100644 --- a/projects/music/values/airsonic.yaml +++ b/projects/music/values/airsonic.yaml @@ -6,6 +6,12 @@ image: env: JAVA_OPTS: "-Dserver.use-forward-headers=true" +service: + main: + ports: + http: + port: 4040 + ingress: main: enabled: true