fix(univention-management-stack): UMC uses external memcached

This commit is contained in:
Thomas Kintscher
2023-11-20 19:11:49 +01:00
committed by Johannes Bornhold
parent b3ac0ae6d9
commit 211bee94bb

View File

@@ -42,4 +42,12 @@ extraVolumeMounts:
- name: "announcements-customization"
mountPath: "/usr/share/univention-management-console/modules/udm-portals-announcement.xml"
subPath: "udm-portals-announcement.xml"
memcached:
bundled: false
server: "memcached"
auth:
username: null
password: null
...