31a208c0c3
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/mongo-express | digest | `21dc2ec` -> `6eba71a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
image:
|
|
repository: docker.io/mongo-express
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:6eba71aadf64efd84bb1ea164ddb4e107fa09c0ec1a7038d48c8d9697719c2bd
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8081
|
|
port: 18081
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
httpHeaders:
|
|
Authorization: '{{ printf "Basic %s" ((printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_USERNAME .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_PASSWORD) | b64enc) }}'
|
|
readiness:
|
|
type: http
|
|
httpHeaders:
|
|
Authorization: '{{ printf "Basic %s" ((printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_USERNAME .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_PASSWORD) | b64enc) }}'
|
|
startup:
|
|
type: http
|
|
httpHeaders:
|
|
Authorization: '{{ printf "Basic %s" ((printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_USERNAME .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_PASSWORD) | b64enc) }}'
|
|
env:
|
|
ME_CONFIG_MONGODB_PORT: ""
|
|
ME_CONFIG_MONGODB_SERVER: ""
|
|
ME_CONFIG_BASICAUTH_USERNAME: ""
|
|
ME_CONFIG_BASICAUTH_PASSWORD: ""
|
|
# https://codemirror.net/5/demo/theme.html
|
|
ME_CONFIG_OPTIONS_EDITORTHEME: default
|
|
ME_CONFIG_MONGODB_AUTH_DATABASE: ""
|
|
ME_CONFIG_MONGODB_AUTH_USERNAME: ""
|
|
ME_CONFIG_MONGODB_AUTH_PASSWORD: ""
|
|
mongodb:
|
|
enabled: false
|
|
portal:
|
|
open:
|
|
enabled: true
|