32 lines
646 B
YAML
32 lines
646 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/towfiqi/serpbear
|
|
tag: latest@sha256:c8fa4e4d68ebb24a7b58582c0251f2a24d980093704fab3121ad55b6c9c3ece9
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
|
|
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: serpbear-secret
|