catalog/stable/shlink/12.4.0/ix_values.yaml

62 lines
1.5 KiB
YAML

image:
repository: shlinkio/shlink
pullPolicy: IfNotPresent
tag: 3.7.3@sha256:c70cf1b37087581cfcb7963d74d6c13fbee8555a7b10aa4af0493e70ade41202
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