Files
truecharts/charts/stable/lancache-dns/values.yaml
T
TrueCharts BotandGitHub 12c0b05b08 chore(deps): update docker general non-major (#4260)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-01 10:54:50 +02:00

44 lines
934 B
YAML

image:
repository: tccr.io/truecharts/lancache-dns
pullPolicy: IfNotPresent
tag: latest@sha256:39108621de9fb3cfa0996a8e0e994b92996db3a8d7ad8f04885589cfba83d39b
env:
CACHE_DOMAINS_REPO: "https://github.com/uklans/cache-domains.git"
CACHE_DOMAINS_BRANCH: "master"
UPSTREAM_DNS: "1.1.1.1;1.0.0.1"
# If you are using a single monolithic instance set this to true
# USE_GENERIC_CACHE: true
# Set IP for the monolithic app, only if USE_GENERIC_CACHE is true
# LANCACHE_IP: "127.0.0.1"
DISABLE_BLIZZARD: false
DISABLE_RIOT: false
DISABLE_UPLAY: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 53
targetPort: 53
dns:
enabled: true
ports:
dns:
enabled: true
protocol: UDP
port: 53
targetPort: 53
portal:
enabled: false