TrueChartsClone/charts/stable/traggo/values.yaml

38 lines
604 B
YAML

image:
repository: tccr.io/truecharts/traggo
pullPolicy: IfNotPresent
tag: 0.3.0@sha256:da54bc28294c70301e6c21dca992a57f88831f1ea1da4a6d742597ee2e5af098
traggo:
username: admin
password: admin
pass_strength: 10
log_level: info
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret'
service:
main:
ports:
main:
protocol: HTTP
port: 12117
probes:
liveness:
type: HTTP
readiness:
type: HTTP
startup:
type: HTTP
persistence:
config:
enabled: true
mountPath: /opt/traggo/data
portal:
enabled: true