TrueChartsClone/charts/incubator/ts-dnsserver/values.yaml

34 lines
631 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ts-dnsserver
tag: latest@sha256:a0d40a6c7c414c4af4f7a6e8b087fdda7069d16c1ba8c6eb7407ca21541c2829
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:
ports:
main:
port: 5380
protocol: HTTP
targetPort: 5380
portal:
enabled: true