a073a6fe4d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | edgd1er/webnut | digest | `7ea2132` -> `cb2c70e` | --- > [!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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> --------- Co-authored-by: kqmaverick <kqmaverick@gmail.com>
35 lines
682 B
YAML
35 lines
682 B
YAML
image:
|
|
repository: edgd1er/webnut
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:cb2c70ec1d0b584c41f4a73ca92c0920c710699f25c17538d012d20f39645fd1
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10585
|
|
protocol: http
|
|
targetPort: 6543
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
UPS_HOST: "127.0.0.1"
|
|
UPS_PORT: 3493
|
|
UPS_USER: monuser
|
|
UPS_PASSWORD: secret
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|