36 lines
598 B
YAML
36 lines
598 B
YAML
image:
|
|
repository: tccr.io/truecharts/mosdns
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.9@sha256:0d939acf5339a2d1f8f10d812f93bddab2c53450550d15c23a8641b87dd482f1
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 53
|
|
port: 53
|
|
dns-udp:
|
|
enabled: true
|
|
ports:
|
|
dns-upd:
|
|
enabled: true
|
|
protocol: UDP
|
|
targetPort: 53
|
|
port: 53
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/etc/mosdns"
|
|
|
|
portal:
|
|
enabled: false
|