Fix Pangolin config file mount path

Mount config file to /app/config/config.toml instead of /app/config.toml as the application expects it in the config directory.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-26 12:19:25 +00:00
parent 1c740828ed
commit af85adbd53

View file

@ -73,7 +73,7 @@ spec:
- name: pangolin-data - name: pangolin-data
mountPath: /data mountPath: /data
- name: config - name: config
mountPath: /app/config.toml mountPath: /app/config/config.toml
subPath: config.toml subPath: config.toml
resources: resources:
requests: requests: