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