catalog/stable/shlink/10.0.0/ix_values.yaml

62 lines
1.5 KiB
YAML

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