TrueChartsCatalogClone/stable/xwiki/12.4.0/ix_values.yaml

47 lines
1016 B
YAML

image:
repository: xwiki
tag: 16.1.0-postgres-tomcat@sha256:e6b6753a2680885e4ed40f04d37b24f7f7040a6df9abdf6d60d9804e29a94949
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