Commit 05f46822 authored by Waqar Ahmed's avatar Waqar Ahmed

Update ipfs deployment

parent 9c13001a
...@@ -144,14 +144,14 @@ questions: ...@@ -144,14 +144,14 @@ questions:
default: "ix-ipfs-staging" default: "ix-ipfs-staging"
editable: false editable: false
- variable: mountPath - variable: mountPath
label: "Mount Path" label: "IPFS Staging Mount Path"
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
editable: false editable: false
default: "/export" default: "/export"
- variable: hostPathEnabled - variable: hostPathEnabled
label: "host Path Enabled" label: "Enable Host Path for IPFS Staging Volume"
schema: schema:
type: boolean type: boolean
default: false default: false
...@@ -179,14 +179,14 @@ questions: ...@@ -179,14 +179,14 @@ questions:
default: "ix-ipfs-data" default: "ix-ipfs-data"
editable: false editable: false
- variable: mountPath - variable: mountPath
label: "Mount Path" label: "IPFS Data Mount Path"
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
editable: false editable: false
default: "/data/ipfs" default: "/data/ipfs"
- variable: hostPathEnabled - variable: hostPathEnabled
label: "host Path Enabled" label: "Enable Host Path for IPFS Data Volume"
schema: schema:
type: boolean type: boolean
default: false default: false
......
...@@ -54,5 +54,5 @@ spec: ...@@ -54,5 +54,5 @@ spec:
containerPort: 9501 containerPort: 9501
- name: gateway - name: gateway
containerPort: 9880 containerPort: 9880
{{ include "common.containers.environmentVariables" (dict "environmentVariables" .Values.environment) | nindent 10 }} {{ include "common.containers.allEnvironmentVariables" (dict "environmentVariables" .Values.environment) | nindent 10 }}
{{ include "common.storage.allAppVolumes" .Values | nindent 6 }} {{ include "common.storage.allAppVolumes" .Values | nindent 6 }}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment