26 lines
456 B
YAML
26 lines
456 B
YAML
image:
|
|
repository: tccr.io/truecharts/mosdns
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.6.0@sha256:731f1f13a5b870d6510dc592db96367396367c8226eccd8dcda8ca45a3f6986e
|
|
|
|
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"
|