Use environment-specific config filename (prod.toml)

Pangolin with ENVIRONMENT=prod likely looks for prod.toml in the config directory.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-26 12:21:07 +00:00
parent 954b27d457
commit 0447c7378f
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ metadata:
name: pangolin-config
namespace: pangolin
data:
config.toml: |
prod.toml: |
# Pangolin Configuration
url = "https://pangolin.basicstack.de"

View file

@ -73,8 +73,8 @@ spec:
- name: pangolin-data
mountPath: /data
- name: config
mountPath: /config.toml
subPath: config.toml
mountPath: /app/config/prod.toml
subPath: prod.toml
resources:
requests:
memory: "256Mi"