5de9b59186
This PR contains the following updates: | Package | Update | Change | |---|---|---| | edgd1er/webnut | digest | `665418e` -> `f9db3f8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
31 lines
616 B
YAML
31 lines
616 B
YAML
image:
|
|
repository: edgd1er/webnut
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:f9db3f8bd201172c9aa4c18291937b54b000bc8aac0243019318753a5ad5f415
|
|
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
|