26 lines
447 B
YAML
26 lines
447 B
YAML
image:
|
|
repository: 601096721/mosdns
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.5.2@sha256:a9493f81c691aacd2c5f443e0e476fd839417ea2d256165807913d36cca63533
|
|
|
|
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"
|