Files
truecharts/charts/dev/adguard-home/values.yaml
T
Kjeld Schouten-LebbingandGitHub 76a2e81774 feat(apps): Unraid Port - A (#2438)
* feat(apps): Unraid Port - A

* fix some minimal issues with naming

* cleanup unwanted Apps

* fix some weirdness

* fix some more issues with the parser

* fixes

* use tccr

* some fixes

* fix some things

* fix current issues

* patches

* NUKE AD SHIT
2022-04-08 12:15:01 +02:00

33 lines
602 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adguard-home
tag: latest
persistence:
workingdirectory:
enabled: true
mountPath: /opt/adguardhome/conf
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
dnsserver:
enabled: true
ports:
dnsserver:
enabled: true
port: 53
protocol: TCP
targetPort: 53
main:
enabled: true
ports:
main:
enabled: true
port: 3000
protocol: HTTP
targetPort: 3000