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:
parent
954b27d457
commit
0447c7378f
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
name: pangolin-config
|
||||
namespace: pangolin
|
||||
data:
|
||||
config.toml: |
|
||||
prod.toml: |
|
||||
# Pangolin Configuration
|
||||
url = "https://pangolin.basicstack.de"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue