73 lines
1.2 KiB
YAML
73 lines
1.2 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/ipfs
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 0.16.0@sha256:28dfebae59e26974ec5dd9c0695950c7a5341b87871138c3823fd0b6cfa9f57d
|
||
|
|
||
|
securityContext:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
env:
|
||
|
IPFS_PROFILE: "server"
|
||
|
IPFS_SWARM_KEY: ""
|
||
|
IPFS_SWARM_KEY_FILE: ""
|
||
|
|
||
|
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
|
||
|
|
||
|
probes:
|
||
|
liveness:
|
||
|
path: "/webui"
|
||
|
readiness:
|
||
|
path: "/webui"
|
||
|
startup:
|
||
|
path: "/webui"
|
||
|
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: "/data/ipfs"
|
||
|
staging:
|
||
|
enabled: true
|
||
|
mountPath: "/export"
|
||
|
ipfs:
|
||
|
enabled: true
|
||
|
mountPath: "/ipfs"
|
||
|
ipns:
|
||
|
enabled: true
|
||
|
mountPath: "/ipns"
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|