TrueChartsClone/charts/incubator/xwiki/values.yaml

47 lines
881 B
YAML
Raw Normal View History

image:
repository: xwiki
tag: 14.2.1-postgres-tomcat@sha256:88c7aaf61dc3022009b90804e59adaa3c3a7b1bc8f7918c718d60a3882a961e0
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