52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/notifiarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.7.0@sha256:02102bc33691d6aaa9132f53244b12cf2b1294d992903614819402614d1c92dd
|
|
|
|
notifiarr:
|
|
apikey: "test"
|
|
upstreams:
|
|
- 172.16.0.0/16
|
|
credentials:
|
|
username: ""
|
|
password: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5454
|
|
protocol: http
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
TMPDIR: /tmpdir
|
|
DN_API_KEY: "{{ .Values.notifiarr.apikey }}"
|
|
DN_BIND_ADDR: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}'
|
|
DN_UPSTREAMS_0: '{{ join " " .Values.notifiarr.upstreams }}'
|
|
DN_UI_PASSWORD: '{{ printf "%v:%v" .Values.notifiarr.credentials.username .Values.notifiarr.credentials.password }}'
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
machine-id:
|
|
enabled: true
|
|
type: hostPath
|
|
hostPath: /etc/machine-id
|
|
mountPath: /etc/machine-id
|
|
readOnly: true
|
|
tmpdir:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /tmpdir
|
|
medium: Memory
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|