Removed resource limiting
This commit is contained in:
@@ -74,13 +74,15 @@ spec:
|
||||
value: "1000"
|
||||
- name: PHOTOPRISM_DISABLE_CHOWN
|
||||
value: "true"
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "128Mi"
|
||||
limits:
|
||||
cpu: "500m"
|
||||
memory: "512Mi"
|
||||
- name: PHOTOPRISM_SIDECAR_JSON
|
||||
value: "true"
|
||||
# resources:
|
||||
# requests:
|
||||
# cpu: "100m"
|
||||
# memory: "128Mi"
|
||||
# limits:
|
||||
# cpu: "500m"
|
||||
# memory: "512Mi"
|
||||
volumeMounts:
|
||||
- mountPath: /photoprism/
|
||||
name: photoprism-storage
|
||||
|
||||
Reference in New Issue
Block a user