diff --git a/.transpire.py b/.transpire.py index 3cd34b2..bcf4191 100644 --- a/.transpire.py +++ b/.transpire.py @@ -342,6 +342,9 @@ def objects(): "name": "gamja", "image": get_image_tag("gamja"), "ports": [{"containerPort": 80}, {"containerPort": 443}], + "volumeMounts": [ + {"name": "ircd-tls", "mountPath": "/etc/ssl"}, + ], }, { "name": "config-reloader",