mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Merge pull request #1310 from biodrone/biodrone/issue1309
docs: correct mountPath for server.yml
This commit is contained in:
commit
a30c5eb9cf
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ kubectl apply -k /ntfy
|
|||
cpu: 150m
|
||||
memory: 150Mi
|
||||
volumeMounts:
|
||||
- mountPath: /etc/ntfy/server.yml
|
||||
- mountPath: /etc/ntfy
|
||||
subPath: server.yml
|
||||
name: config-volume # generated vie configMapGenerator from kustomization file
|
||||
- mountPath: /var/cache/ntfy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue