Files
truecharts/charts/stable/xwiki/values.yaml
T
2025-02-01 13:23:39 +01:00

47 lines
1.0 KiB
YAML

image:
repository: docker.io/xwiki
tag: 16.10.3-postgres-tomcat@sha256:54586df02b33f6458ab6b664116e6fabcf6ed7d94929d6d454a75f04f33974fb
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10208
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/usr/local/xwiki"
cnpg:
main:
enabled: true
user: xwiki
database: xwiki
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
# User Defined
JAVA_OPTS: ""
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password