TrueChartsClone/charts/incubator/openkm/values.yaml

52 lines
1.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: openkm/openkm-ce
tag: 6.3.12@sha256:4491acfc5ad9b1f9357fc5daea575eb7b0c09ba9898824c0558663104912de08
workload:
main:
podSpec:
initContainers:
init:
enabled: true
command:
- /config/init/init.sh
image: "{{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }}"
volumeMounts:
- mountPath: /config/init
name: init
- mountPath: /opt/tomcat
name: config
persistence:
config:
enabled: true
mountPath: /opt/tomcat/repository
init:
enabled: "true"
mountPath: /config/init
readOnly: true
type: custom
volumeSpec:
configMap:
defaultMode: "0777"
name: '{{ include "tc.common.names.fullname" . }}-init'
portal:
open:
enabled: true
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlDatabase: openkm
postgresqlUsername: openkm
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 10090
targetPort: 8080