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