* chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.107.4 * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/xenorchestra
|
|
tag: 5.107.4@sha256:113a01fa623d88977a41f4e379bc1faa0b1c3efb03c4e01f7c9138ed0f2c833d
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
capabilities:
|
|
add:
|
|
- SYS_ADMIN
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
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
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- /healthcheck.sh
|
|
readiness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- /healthcheck.sh
|
|
startup:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- /healthcheck.sh
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
procotol: HTTPS
|
|
port: 10324
|
|
|
|
persistence:
|
|
xo-data:
|
|
enabled: true
|
|
mountPath: "/var/lib/xo-server"
|
|
redis-data:
|
|
enabled: true
|
|
mountPath: "/var/lib/redis"
|
|
|
|
portal:
|
|
enabled: true
|