feat(Incubator): Cleanup some charts (#4413)
* chore(deps): update container image tccr.io/truecharts/putty to v22.11.1 (#4401) * chore(deps): update container image tccr.io/truecharts/putty to v22.11.1 * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org> * remove maiainters * remove maintainer field * add maintainers:none * another attempt * move xen to stable and remove depracated charts Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
parent
24d8c730b1
commit
557fea4a92
@@ -0,0 +1,62 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/xenorchestra
|
||||
tag: 5.106.0@sha256:07511d252646618f75ac2d98fb47f4c9d97f65ac7a5fdf11d004ca5ee3b62bb0
|
||||
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
|
||||
Reference in New Issue
Block a user