TrueChartsClone/charts/stable/xwiki/values.yaml

48 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/xwiki
tag: v15.9.0-postgres@sha256:90c6f0547641ba217c71a1b18986e9cb7286f48e4738c02e3faa9c950df034f0
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