7575786b47
This PR contains the following updates: | Package | Update | Change | |---|---|---| | minio/minio | patch | `RELEASE.2024-05-07T06-41-25Z` -> `RELEASE.2024-05-10T01-41-38Z` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
image:
|
|
repository: minio/minio
|
|
tag: RELEASE.2024-05-10T01-41-38Z@sha256:420663b8685c5396f06405ad516d611db4465939a141cc7d40266342d0f2632d
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10107
|
|
targetPort: 10107
|
|
api:
|
|
enabled: true
|
|
ports:
|
|
api:
|
|
enabled: true
|
|
targetPort: 10106
|
|
port: 10106
|
|
ingress:
|
|
api:
|
|
enabled: false
|
|
targetSelector:
|
|
api: api
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
custom: true
|
|
spec:
|
|
httpGet:
|
|
scheme: HTTP
|
|
path: "/minio/health/live"
|
|
port: 10106
|
|
readiness:
|
|
custom: true
|
|
spec:
|
|
httpGet:
|
|
scheme: HTTP
|
|
path: "/minio/health/ready"
|
|
port: 10106
|
|
args:
|
|
- "server"
|
|
- "/data"
|
|
- "--address"
|
|
- ":10106"
|
|
- "--console-address"
|
|
- ":10107"
|
|
env:
|
|
MINIO_ROOT_USER: "minio"
|
|
MINIO_BROWSER_REDIRECT_URL: ""
|
|
MINIO_SERVER_URL: ""
|
|
MINIO_ROOT_PASSWORD: "changeme"
|