Files
truecharts/charts/incubator/ts-dnsserver/values.yaml
T
TrueCharts BotandGitHub ca2970fc01 chore(deps): update docker general non-major (#3421)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-10 08:32:13 +03:00

36 lines
671 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ts-dnsserver
tag: latest@sha256:e6ccb73636cc8d87ef66410c4247924e7c03b6e3a8414cadfab78bc69c673c01
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
dnsport:
enabled: true
ports:
dnsport:
enabled: true
port: 53
protocol: UDP
targetPort: 53
main:
enabled: true
ports:
main:
enabled: true
port: 5380
protocol: HTTP
targetPort: 5380
portal:
enabled: true