2ede9ce57d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ipfs/kubo | minor | `v0.27.0` -> `v0.28.0` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
72 lines
1.3 KiB
YAML
72 lines
1.3 KiB
YAML
image:
|
|
repository: ipfs/kubo
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.28.0@sha256:1f6e4f870bc3d5b90563a9d29fc399c53a16ef9cf6580e1491b7914a6c8e510e
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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: ""
|