2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/openkm-ce
|
2022-09-20 20:07:20 +00:00
|
|
|
tag: 6.3.12@sha256:816740d012aaf31cf49f28649629e82c7b5e2daee04e29b6ff2559b089726758
|
2021-10-19 12:20:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
initContainers:
|
|
|
|
init:
|
2022-11-05 13:02:09 +00:00
|
|
|
image: "{{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }}"
|
2021-10-19 12:20:06 +00:00
|
|
|
command: ["/config/init/init.sh"]
|
|
|
|
volumeMounts:
|
|
|
|
- name: init
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config/init"
|
2021-10-19 12:20:06 +00:00
|
|
|
- name: config
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/opt/tomcat"
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10090
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8080
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/opt/tomcat/repository"
|
2022-06-07 17:41:19 +00:00
|
|
|
init:
|
|
|
|
enabled: "true"
|
|
|
|
mountPath: "/config/init"
|
|
|
|
readOnly: true
|
|
|
|
type: "custom"
|
|
|
|
volumeSpec:
|
|
|
|
configMap:
|
|
|
|
name: '{{ include "tc.common.names.fullname" . }}-init'
|
|
|
|
defaultMode: 0777
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: openkm
|
|
|
|
postgresqlDatabase: openkm
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|