catalog/stable/xwiki/1.0.11/ix_values.yaml

47 lines
894 B
YAML

image:
repository: tccr.io/truecharts/xwiki
tag: v14.3.1-postgres@sha256:00cc69bb0f8b4dfdc0ef81cca2ed50c94dcaa7cf8fb27200b768d96629ef636b
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
DB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
# User Defined
JAVA_OPTS: ""
envValueFrom:
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
service:
main:
ports:
main:
port: 10208
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/usr/local/xwiki"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: xwiki
postgresqlDatabase: xwiki