Compare commits
1 Commits
f1ff6f216b
...
336f205f92
Author | SHA1 | Date | |
---|---|---|---|
336f205f92
|
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
version: 73.2.0
|
version: 73.1.0
|
||||||
repository: oci://ghcr.io/prometheus-community/charts
|
repository: oci://ghcr.io/prometheus-community/charts
|
||||||
- name: app-template
|
- name: app-template
|
||||||
alias: ntfy-alertmanager
|
alias: ntfy-alertmanager
|
||||||
|
@@ -24,20 +24,6 @@ qbittorrent:
|
|||||||
- |
|
- |
|
||||||
sysctl -w net.ipv4.ip_forward=1;
|
sysctl -w net.ipv4.ip_forward=1;
|
||||||
sysctl -w net.ipv6.conf.all.disable_ipv6=1
|
sysctl -w net.ipv6.conf.all.disable_ipv6=1
|
||||||
init-copy-config:
|
|
||||||
image:
|
|
||||||
repository: busybox
|
|
||||||
tag: 1.37.0
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 128Mi
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -ec
|
|
||||||
- |
|
|
||||||
cp /config/config.yml /app/config/config.yml
|
|
||||||
containers:
|
containers:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image:
|
image:
|
||||||
@@ -203,9 +189,6 @@ qbittorrent:
|
|||||||
retain: true
|
retain: true
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
main:
|
||||||
init-copy-config:
|
|
||||||
- path: /app/config
|
|
||||||
readOnly: false
|
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /app/config
|
- path: /app/config
|
||||||
readOnly: false
|
readOnly: false
|
||||||
@@ -215,13 +198,8 @@ qbittorrent:
|
|||||||
name: qbit-manage-config
|
name: qbit-manage-config
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
main:
|
||||||
init-copy-config:
|
|
||||||
- path: /config/config.yml
|
|
||||||
readOnly: true
|
|
||||||
mountPropagation: None
|
|
||||||
subPath: config.yml
|
|
||||||
qbit-manage:
|
qbit-manage:
|
||||||
- path: /config/config.yml
|
- path: /app/config/config.yml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
|
Reference in New Issue
Block a user