From 5f18cd7f5623b0cb7e043bde3a3fcfd8ecf9d5ff Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 24 Nov 2024 01:10:02 -0600 Subject: [PATCH] create controller per container --- .../cl01tl/applications/jellyplist/values.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 4a5d7d81e..54b9ad5a1 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -59,6 +59,12 @@ jellyplist: requests: cpu: 100m memory: 256Mi + worker: + type: deployment + replicas: 1 + strategy: Recreate + revisionHistoryLimit: 3 + containers: worker: image: repository: ghcr.io/kamilkosek/jellyplist @@ -118,6 +124,12 @@ jellyplist: requests: cpu: 100m memory: 256Mi + beat: + type: deployment + replicas: 1 + strategy: Recreate + revisionHistoryLimit: 3 + containers: beat: image: repository: ghcr.io/kamilkosek/jellyplist @@ -224,7 +236,7 @@ jellyplist: valkey: architecture: standalone auth: - enabled: false + enabled: false postgres-16-cluster: mode: standalone cluster: