This PR contains the following updates: | Package | Update | Change | |---|---|---| | testdasi/simple-dns-doh | digest | `e0a00c1` -> `f1f4280` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
29 lines
546 B
YAML
29 lines
546 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: testdasi/simple-dns-doh
|
|
tag: latest@sha256:f1f4280e1dba3e36ada01bf87930287ffd97ed667333632418e4cf7d3e83b7d7
|
|
persistence: {}
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
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
|