c669aedbe6
This PR contains the following updates: | Package | Update | Change | |---|---|---| | towfiqi/serpbear | digest | `3647acf` -> `3e61661` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
33 lines
616 B
YAML
33 lines
616 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: towfiqi/serpbear
|
|
tag: latest@sha256:3e61661879c1d1d9d0c977222dcd0302e1ff5b04122b1e75148ae5666265457e
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
portal:
|
|
open:
|
|
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: serpbear-secret
|