Files
truecharts/charts/incubator/radicale/values.yaml
T
ac9cc7f736 chore(questions): replace questions parts with templates (#3402)
* chore(questions): replace port parts with templates

* chore(questions): replace controller parts with templates

* remove tons of whitespce

* remove quotes from strings on templates

* make complete controller an include

* default to recreate

* remove replica and strategies as it's covered from controllerStrtegies include

* remove whitespace again

* replace controllertype with include (deployment/daemonset/statefulset)

* replace advanced port part except targetport

* remove more quotes

* add hidden toggle of enable the port

* new includes

* update build script

* controller deploy/stateful/deamon template changes

* replace controllerStrategies with replicas, replica#, strategy, recreate

* move 2 templates into a subfolder

* remove quotes

* remove disabled portals from questions and defined them on values

* remove enabled portal from the questions and add it on values

* one more app

* Portal cleanup

* remove portal templates

* add more includes

* replace portal links

* move some templates in folders

* replace ingressRoot with template

* more grouping

* replace persistenceroot with template

* replace serviceExpertRoot

* replace serviceroot

* fix a rogue one

* vctRoot

* securityContext cleanup

* remove quotes from templates on string

* replace vctRoot

* replace advanedSecurityRoot

* replace podsecurity root

* Update .github/scripts/build-catalog.sh

* Update values.yaml

* remove dupe portal

* update build-release script

* fix paths

* fix apps with imageSelector

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 23:25:02 +02:00

88 lines
1.5 KiB
YAML

image:
repository: tccr.io/truecharts/radicale
pullPolicy: IfNotPresent
tag: v3.1.8.0@sha256:0522aa317fc4b790021916a570491b7a6d253f80b1e435fe89a256eaec66e2c2
# Docker image configuration docs:
# https://github.com/tomsquest/docker-radicale#custom-configuration
# Radicale configuration docs:
# https://radicale.org/v3.html#configuration
radicale:
server:
max_connections: 8
max_content_length: 100000000
timeout: 30
encoding:
request: utf-8
stock: utf-8
auth:
type: htpasswd
delay: 1
realm: Radicale - Password Required
users: []
rights:
type: owner_only
storage:
type: multifilesystem
max_sync_token_age: 2592000
web:
type: internal
logging:
level: warning
mask_passwords: true
security:
PUID: 2999
securityContext:
capabilities:
drop:
- ALL
add:
- SETUID
- SETGID
- KILL
podSecurityContext:
runAsUser: 2999
runAsGroup: 2999
fsGroup: 2999
env:
# Skip chown on /data by entrypoint.sh
TAKE_FILE_OWNERSHIP: false
service:
main:
ports:
main:
protocol: HTTP
targetPort: 5232
port: 10255
persistence:
config:
enabled: true
type: custom
readOnly: true
volumeSpec:
configMap:
name: radicale-config
users:
enabled: true
type: custom
readOnly: true
mountPath: /etc/radicale/users
subPath: users
volumeSpec:
secret:
secretName: radicale-secret
data:
enabled: true
mountPath: /data
portal:
enabled: true