refactor(k8s/immich): minor tweaks to match new schema
This commit is contained in:
@@ -19,10 +19,21 @@ spec:
|
||||
values:
|
||||
controllers:
|
||||
main:
|
||||
strategy: Recreate
|
||||
pod:
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
tag: v2.5.6
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
memory: 2Gi
|
||||
env:
|
||||
DB_HOSTNAME: immich-db
|
||||
DB_USERNAME:
|
||||
@@ -63,6 +74,21 @@ spec:
|
||||
secretName: immich-tls
|
||||
machine-learning:
|
||||
enabled: true
|
||||
controllers:
|
||||
main:
|
||||
strategy: Recreate
|
||||
pod:
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
main:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
memory: 2Gi
|
||||
persistence:
|
||||
cache:
|
||||
enabled: true
|
||||
@@ -72,6 +98,20 @@ spec:
|
||||
type: persistentVolumeClaim
|
||||
valkey:
|
||||
enabled: true
|
||||
controllers:
|
||||
main:
|
||||
pod:
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
main:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user