bf858cfc9d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | yourls | digest | `2b8ac13` -> `4a9319a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC45IiwidXBkYXRlZEluVmVyIjoiMzguMTguOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
35 lines
714 B
YAML
35 lines
714 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: yourls
|
|
tag: latest@sha256:4a9319af1c566bd81ac1e5cb88437d0c94b569101c37ca988a218f6a72d84888
|
|
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: ""
|