41 lines
784 B
YAML
41 lines
784 B
YAML
image:
|
|
repository: tccr.io/truecharts/mosdns
|
|
pullPolicy: IfNotPresent
|
|
tag: v5.2.1@sha256:b89d56d515228b14a1eeb00b5308e90d7267033b73693a439d0710cba1208981
|
|
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
|