41 lines
783 B
YAML
41 lines
783 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/mosdns
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 5.1.3@sha256:ac6a5264536ccc5fa9754c4a98a84067a4bdbbd6e29f53ff5802de77dc6ef85f
|
||
|
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
|