2023-08-01 09:25:32 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/mosdns
|
|
|
|
pullPolicy: IfNotPresent
|
2023-11-11 06:45:56 +00:00
|
|
|
tag: v5.3.1@sha256:805c2095658317a06122c07144ac80c9a660e3972d84f863bae96f5edacebb13
|
2023-08-01 09:25:32 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
targetPort: 53
|
|
|
|
port: 53
|
|
|
|
dns-upd:
|
|
|
|
enabled: true
|
|
|
|
protocol: udp
|
|
|
|
targetPort: 53
|
|
|
|
port: 53
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/etc/mosdns"
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: false
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
startup:
|
|
|
|
type: tcp
|