This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ronivay/xen-orchestra | minor | `29a97a5` -> `6883e65` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
image:
|
|
repository: docker.io/ronivay/xen-orchestra
|
|
tag: 5.179.0@sha256:6883e65299c2a9f1656fc9ea088003d3176148d4f0e74f51c99244e3eba70237
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: https
|
|
port: 10324
|
|
persistence:
|
|
xo-data:
|
|
enabled: true
|
|
mountPath: "/var/lib/xo-server"
|
|
redis-data:
|
|
enabled: true
|
|
mountPath: "/var/lib/redis"
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
capabilities:
|
|
add:
|
|
- SYS_ADMIN
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /healthcheck.sh
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /healthcheck.sh
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- /healthcheck.sh
|
|
env:
|
|
HTTPS_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# Just so it doesn't try to bind port 80
|
|
HTTP_PORT: "{{ add1 .Values.service.main.ports.main.port }}"
|
|
REDIRECT_TO_HTTPS: true
|