This PR contains the following updates: | Package | Update | Change | |---|---|---| | yourls | digest | `5bda3e2` -> `1efd7b8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
35 lines
714 B
YAML
35 lines
714 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: yourls
|
|
tag: latest@sha256:1efd7b8df6e6a4ca9e1ca74f163dad512c093d6c9a298a00f8fb5354279a4c60
|
|
persistence: {}
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
protocol: tcp
|
|
targetPort: 80
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
YOURLS_DB_HOST: ""
|
|
YOURLS_DB_NAME: ""
|
|
YOURLS_DB_PASS: ""
|
|
YOURLS_HOURS_OFFSET: ""
|
|
YOURLS_PASS: ""
|
|
YOURLS_PRIVATE: ""
|
|
YOURLS_SITE: ""
|
|
YOURLS_USER: ""
|