29 lines
560 B
YAML
29 lines
560 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: testdasi/simple-dns-doh
|
||
|
tag: latest@sha256:fc1cb65c1ccdaad684b5e0a3fbe5634c24d62b8ad41623f5e099865ee6cac70c
|
||
|
persistence: {}
|
||
|
portal:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
dnsudp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
dnsudp:
|
||
|
enabled: true
|
||
|
port: 53
|
||
|
protocol: UDP
|
||
|
targetPort: 53
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 53
|
||
|
protocol: TCP
|
||
|
targetPort: 53
|