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