mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* add collabora-code chart Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * collabora-code - add home variable to Chart.yaml Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * add owners file Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * correct README to min req kubernetes api Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * fix service port definition Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * fix ingress servicePort definition Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * [collabora] reenable port naming Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com> * [collabora] linting Signed-off-by: Christian Ingenhaag <christian.ingenhaag@googlemail.com>
56 lines
916 B
YAML
56 lines
916 B
YAML
# Default values for collabora-code.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: collabora/code
|
|
tag: 4.0.0.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
strategy: Recreate
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 9980
|
|
|
|
ingress:
|
|
enabled: false
|
|
annotations: {}
|
|
paths: []
|
|
hosts: []
|
|
tls: []
|
|
|
|
collabora:
|
|
DONT_GEN_SSL_CERT: true
|
|
domain: nextcloud\\.domain
|
|
extra_params: --o:ssl.termination=true --o:ssl.enable=false
|
|
server_name: collabora\.domain
|
|
password: examplepass
|
|
username: admin
|
|
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
|
|
|
securitycontext:
|
|
allowPrivilegeEscalation: true
|
|
capabilities:
|
|
add:
|
|
- MKNOD
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|