Using Kustomize, we can define the configuration file separately from the Kubernetes resources, and use `configMapGenerators` to generate the ConfigMap for it. Additionally, this will make it possible to update _ntfy_ using `updatebot`.
7 lines
188 B
YAML
7 lines
188 B
YAML
base-url: https://ntfy.pyrocufflink.net
|
|
behind-proxy: true
|
|
listen-http: '[::]:2586'
|
|
attachment-cache-dir: /var/cache/ntfy/attachments
|
|
attachment-file-size-limit: 100M
|
|
enable-metrics: true
|