create controller per container
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user