Docs fix: Update Kustomize config file, closes #1367
This commit is contained in:
@@ -567,18 +567,18 @@ kubectl apply -k /ntfy
|
|||||||
cpu: 150m
|
cpu: 150m
|
||||||
memory: 150Mi
|
memory: 150Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/ntfy
|
- mountPath: /etc/ntfy/server.yml
|
||||||
subPath: server.yml
|
subPath: server.yml
|
||||||
name: config-volume # generated vie configMapGenerator from kustomization file
|
name: config-volume # generated via configMapGenerator from kustomization file
|
||||||
- mountPath: /var/cache/ntfy
|
- mountPath: /var/cache/ntfy
|
||||||
name: cache-volume #cache volume mounted to persistent volume
|
name: cache-volume # cache volume mounted to persistent volume
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap: # uses configmap generator to parse server.yml to configmap
|
configMap: # uses configmap generator to parse server.yml to configmap
|
||||||
name: server-config
|
name: server-config
|
||||||
- name: cache-volume
|
- name: cache-volume
|
||||||
persistentVolumeClaim: # stores /cache/ntfy in defined pv
|
persistentVolumeClaim: # stores /cache/ntfy in defined pv
|
||||||
claimName: ntfy-pvc
|
claimName: ntfy-pvc
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "ntfy-pvc.yaml"
|
=== "ntfy-pvc.yaml"
|
||||||
|
|||||||
@@ -1670,3 +1670,4 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
|
|||||||
**Bug fixes + maintenance:**
|
**Bug fixes + maintenance:**
|
||||||
|
|
||||||
* Docs: Remove obsolete `version` field from docker-compose examples ([#1333](https://github.com/binwiederhier/ntfy/issues/1333), thanks to [@seals187](https://github.com/seals187) for reporting and [@cyb3rko](https://github.com/cyb3rko) for fixing)
|
* Docs: Remove obsolete `version` field from docker-compose examples ([#1333](https://github.com/binwiederhier/ntfy/issues/1333), thanks to [@seals187](https://github.com/seals187) for reporting and [@cyb3rko](https://github.com/cyb3rko) for fixing)
|
||||||
|
* Docs: Fix Kustomize config - correct volumeMount path and volumes indentation ([#1367](https://github.com/binwiederhier/ntfy/issues/1367), thanks to [@toby-griffiths](https://github.com/toby-griffiths))
|
||||||
|
|||||||
Reference in New Issue
Block a user