2efa3000e8
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ipfs/kubo | minor | `9c70a3d` → `0661819` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9pcGZzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
71 lines
1.4 KiB
YAML
71 lines
1.4 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/ipfs/kubo
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.41.0@sha256:0661819c2e0972f02d2c27759c217d7d739d461e52fc685e79113254af8f2f6b
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10125
|
|
targetPort: 5001
|
|
peer-tcp:
|
|
enabled: true
|
|
ports:
|
|
peer-tcp:
|
|
enabled: true
|
|
targetPort: 4001
|
|
port: 4001
|
|
peer-udp:
|
|
enabled: true
|
|
ports:
|
|
peer-udp:
|
|
protocol: udp
|
|
enabled: true
|
|
targetPort: 4001
|
|
port: 4001
|
|
gateway:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
gateway:
|
|
enabled: true
|
|
targetPort: 8080
|
|
port: 10147
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data/ipfs"
|
|
staging:
|
|
enabled: true
|
|
mountPath: "/export"
|
|
ipfs:
|
|
enabled: true
|
|
mountPath: "/ipfs"
|
|
ipns:
|
|
enabled: true
|
|
mountPath: "/ipns"
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/webui"
|
|
readiness:
|
|
path: "/webui"
|
|
startup:
|
|
path: "/webui"
|
|
env:
|
|
IPFS_PROFILE: "server"
|
|
IPFS_SWARM_KEY: ""
|
|
IPFS_SWARM_KEY_FILE: ""
|