2b1a0e967a
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/gangefors/airdcpp-webclient | minor | `0a7ed33` -> `ecbe4a9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
image:
|
|
repository: docker.io/gangefors/airdcpp-webclient
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.14.0@sha256:ecbe4a970bfe373f6f273e60b6f8fc1369ea11a5b9f40e1c88fd58aa82d35f5f
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
path: /
|
|
readiness:
|
|
type: tcp
|
|
path: /
|
|
startup:
|
|
type: tcp
|
|
path: /
|
|
env: {}
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: tcp
|
|
port: 10155
|
|
targetPort: 5600
|
|
unencrypted-tcp:
|
|
enabled: true
|
|
ports:
|
|
unencrypted-tcp:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: 21248
|
|
targetPort: 21248
|
|
encrypted-tcp:
|
|
enabled: true
|
|
ports:
|
|
encrypted-tcp:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: 21249
|
|
targetPort: 21249
|
|
search-udp:
|
|
enabled: true
|
|
ports:
|
|
search-udp:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 21248
|
|
targetPort: 21248
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /.airdcpp
|