Files
truecharts/charts/stable/openkm/values.yaml
T
ca1ab59a6a chore(deps): update docker general non-major (#3710)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* fix rsshub

* default

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-06 10:22:01 +03:00

53 lines
1.1 KiB
YAML

image:
repository: tccr.io/truecharts/openkm-ce
tag: v6.3.11@sha256:77b338bb779f40b15ecd9ecfab3a1906cfcd853f0b5e3345f9ce59d8816ecb96
pullPolicy: IfNotPresent
initContainers:
init:
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.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