32 lines
569 B
YAML
32 lines
569 B
YAML
image:
|
|
repository: tccr.io/truecharts/serpbear
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:ab88601ec3510e615cf8b68b33a3422d45b6a0731399fcb60ef51d96cf849cf9
|
|
|
|
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
|