docs: map existing codebase

This commit is contained in:
Viktor Barzin 2026-02-23 20:51:20 +00:00
parent 59c862fe18
commit 04db99fde2
No known key found for this signature in database
GPG key ID: 0EB088298288D958
8 changed files with 1475 additions and 1 deletions

View file

@ -57,7 +57,7 @@ resource "kubernetes_deployment" "roundcubemail" {
spec {
container {
name = "roundcube"
image = "roundcube/roundcubemail:1.6-apache"
image = "roundcube/roundcubemail:1.6.13-apache"
# Uncomment me to mount additional settings
# volume_mount {
# name = "imap-config"