2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2023-12-06 10:42:22 +00:00
|
|
|
repository: openkm/openkm-ce
|
|
|
|
tag: 6.3.12@sha256:4491acfc5ad9b1f9357fc5daea575eb7b0c09ba9898824c0558663104912de08
|
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'
|
2023-10-28 12:07:52 +00:00
|
|
|
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
|