30 lines
596 B
YAML
30 lines
596 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/dns-doh-companion
|
|
tag: latest@sha256:4f0698a011b49d229d6989819f7eca3625ee2791c93afa23b3751cb0951b9014
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
dnsudp:
|
|
enabled: true
|
|
ports:
|
|
dnsudp:
|
|
enabled: true
|
|
port: 53
|
|
protocol: UDP
|
|
targetPort: 53
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 53
|
|
protocol: TCP
|
|
targetPort: 53
|