docs: map existing codebase

This commit is contained in:
Viktor Barzin 2026-02-23 20:51:20 +00:00
parent 275eb5aec8
commit c8e9c41afc
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"