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