TrueChartsClone/charts/stable/xen-orchestra/values.yaml

56 lines
1.3 KiB
YAML

image:
repository: ronivay/xen-orchestra
tag: 5.138.0@sha256:27464afac23e103fc24e9b8aec48d42a17e81cdc6539e47f306752b073d9ff14
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"
portal:
open:
enabled: true
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