chore: Update manifests after change

This commit is contained in:
2026-04-06 22:51:15 +00:00
parent eaa61e74e6
commit 997f9dd959
29 changed files with 74 additions and 107 deletions
@@ -76,13 +76,12 @@ spec:
value: elastic
- name: ROUNDCUBEMAIL_PLUGINS
value: archive,zipdownload,newmail_notifier
image: roundcube/roundcubemail:1.6.15-fpm-alpine
imagePullPolicy: IfNotPresent
image: roundcube/roundcubemail:1.6.15-fpm-alpine@sha256:0e07c1c66d5a1392f0c47cc79e85e0c60095108f715037d7d0aa3fd8cbe2e780
name: main
resources:
requests:
cpu: 10m
memory: 256Mi
cpu: 1m
memory: 40Mi
volumeMounts:
- mountPath: /var/www/html
name: data
@@ -93,13 +92,8 @@ spec:
value: mail.alexlebens.net
- name: NGINX_PHP_CGI
value: roundcube.roundcube:9000
image: nginx:1.29.7-alpine-slim
imagePullPolicy: IfNotPresent
image: nginx:1.29.7-alpine-slim@sha256:0848ca84c476868cbeb6a5c2c009a98821b8540f96c44b1ba06820db50262e35
name: nginx
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /etc/nginx/conf.d/default.conf
mountPropagation: None