32 lines
646 B
YAML
32 lines
646 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: towfiqi/serpbear
|
|
tag: latest@sha256:99975abedaa41631edb884bde8456fe26d017e214761fdb65c8155d7718a3cf5
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
portal:
|
|
enabled: true
|
|
serpbear:
|
|
api_key: ""
|
|
app_url: http://localhost:10605
|
|
password: secret
|
|
session_duration: 24
|
|
user: admin
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10605
|
|
protocol: HTTP
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
envFrom:
|
|
- secretRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-env-secret'
|