2022-12-24 08:56:57 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/serpbear
|
|
|
|
pullPolicy: IfNotPresent
|
2023-02-26 22:02:48 +00:00
|
|
|
tag: latest@sha256:ab88601ec3510e615cf8b68b33a3422d45b6a0731399fcb60ef51d96cf849cf9
|
2022-12-24 08:56:57 +00:00
|
|
|
|
|
|
|
serpbear:
|
|
|
|
user: admin
|
|
|
|
password: secret
|
|
|
|
session_duration: 24
|
|
|
|
api_key: ""
|
|
|
|
app_url: http://localhost:10605
|
|
|
|
|
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: '{{ include "tc.common.names.fullname" . }}-env-secret'
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 3000
|
|
|
|
port: 10605
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /app/data
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|