Skip to content

Commit

Permalink
🐛 add tls config to caddy container
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 22, 2024
1 parent eee90a8 commit abfabe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .transpire.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit abfabe5

Please sign in to comment.