catalog/incubator/openkm/11.0.3/ix_values.yaml

46 lines
1.0 KiB
YAML

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