create controller per container

This commit is contained in:
2024-11-24 01:10:02 -06:00
parent 2fb1c260b6
commit 5f18cd7f56

View File

@@ -59,6 +59,12 @@ jellyplist:
requests: requests:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
worker:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
worker: worker:
image: image:
repository: ghcr.io/kamilkosek/jellyplist repository: ghcr.io/kamilkosek/jellyplist
@@ -118,6 +124,12 @@ jellyplist:
requests: requests:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
beat:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
beat: beat:
image: image:
repository: ghcr.io/kamilkosek/jellyplist repository: ghcr.io/kamilkosek/jellyplist
@@ -224,7 +236,7 @@ jellyplist:
valkey: valkey:
architecture: standalone architecture: standalone
auth: auth:
enabled: false enabled: false
postgres-16-cluster: postgres-16-cluster:
mode: standalone mode: standalone
cluster: cluster: