/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/ipfs/values.yaml
60 строк
2 KB
zanhsieh
stable-ipfs: Bump version of IPFS as it fix few majors bugs (#18573)
05 ноя 2019, 23:01
05 ноя 2019, 23:01
73eda34
Код
Авторство
О чём код?
replicaCount: 1 image: ipfs/go-ipfs:v0.4.22 service: type: ClusterIP ingressApi: enabled: false # hosts: # - ipfs-api.localhost.localdomain # - localhost.localdomain/ipfs-api # annotations: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" # tls: # - secretName: chart-example-tls # hosts: # - chart-example.local ingressGateway: enabled: false # hosts: # - ipfs-gateway.localhost.localdomain # - localhost.localdomain/ipfs-gateway # annotations: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" # tls: # - secretName: chart-example-tls # hosts: # - chart-example.local swarm: enabled: false type: ClusterIP # loadBalancerIP: "" # externalIP: "" ## Further config for service of type NodePort ## Default config with empty string "" will assign a dynamic nodePort nodePort: "" ## If static nodePort configuration is required it can be enabled as below ## Configure ports in allowable range (eg. 30000 - 32767 on minikube) # nodePort: 34001 resources: {} persistence: enabled: true ## ipfs data Persistent Volume Storage Class ## If defined, storageClassName: <storageClass> ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## # storageClass: "-" size: "8Gi" accessModes: - ReadWriteOnce