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