TrueChartsClone/charts/stable/shlink/values.yaml

67 lines
1.6 KiB
YAML

image:
repository: tccr.io/truecharts/shlink
pullPolicy: IfNotPresent
tag: v3.6.4@sha256:7d60a3f5d8040ba576e3de5d39aae5ec7cdddc8b9c5b4424ded51ed187f8f822
service:
main:
ports:
main:
port: 10153
cnpg:
main:
enabled: true
user: shlink
database: shlink
redis:
enabled: true
redisUsername: "default"
portal:
open:
enabled: false
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/rest/health"
readiness:
path: "/rest/health"
startup:
path: "/rest/health"
env:
DEFAULT_DOMAIN: ""
GEOLITE_LICENSE_KEY: ""
ANONYMIZE_REMOTE_ADDR: true
ENABLE_PERIODIC_VISIT_LOCATE: true
IS_HTTPS_ENABLED: true
PORT: "{{ .Values.service.main.ports.main.port }}"
DB_DRIVER: "postgres"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
REDIS_SERVERS:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url