26 lines
456 B
YAML
26 lines
456 B
YAML
image:
|
|
repository: tccr.io/truecharts/mosdns
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.9.0@sha256:622d50574fc0ff32eb106951e6a15a84839b126d74c88d49c48bd61aec74f15e
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: UDP
|
|
targetPort: 53
|
|
port: 53
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/etc/mosdns"
|