Update whiteboard image.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -16,7 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: onlyoffice
|
||||
### Maintained by flux - Image Update Automation
|
||||
image: onlyoffice/documentserver:latest # {"$imagepolicy": "cloud-limbosolutions-com:onlyoffice"}
|
||||
image: onlyoffice/documentserver:latest@sha256:e3da62a847b9a5d51a11f73cfea1d9c13c3be3809614490d4edddcf01dcf919b # {"$imagepolicy": "cloud-limbosolutions-com:onlyoffice"}
|
||||
###
|
||||
ports:
|
||||
- containerPort: 80
|
||||
@@ -28,7 +27,6 @@ spec:
|
||||
secretKeyRef:
|
||||
name: onlyoffice
|
||||
key: secret
|
||||
|
||||
resources:
|
||||
limits:
|
||||
memory: "2048Mi"
|
||||
@@ -36,13 +34,11 @@ spec:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
|
||||
volumeMounts:
|
||||
- name: onlyoffice-data
|
||||
mountPath: /var/www/onlyoffice/Data
|
||||
- name: onlyoffice-logs
|
||||
mountPath: /var/log/onlyoffice
|
||||
|
||||
volumes:
|
||||
- name: onlyoffice-data
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user