mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Update ipfs deployment
This commit is contained in:
@@ -144,14 +144,14 @@ questions:
|
||||
default: "ix-ipfs-staging"
|
||||
editable: false
|
||||
- variable: mountPath
|
||||
label: "Mount Path"
|
||||
label: "IPFS Staging Mount Path"
|
||||
description: "Path where the volume will be mounted inside the pod"
|
||||
schema:
|
||||
type: path
|
||||
editable: false
|
||||
default: "/export"
|
||||
- variable: hostPathEnabled
|
||||
label: "host Path Enabled"
|
||||
label: "Enable Host Path for IPFS Staging Volume"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
@@ -179,14 +179,14 @@ questions:
|
||||
default: "ix-ipfs-data"
|
||||
editable: false
|
||||
- variable: mountPath
|
||||
label: "Mount Path"
|
||||
label: "IPFS Data Mount Path"
|
||||
description: "Path where the volume will be mounted inside the pod"
|
||||
schema:
|
||||
type: path
|
||||
editable: false
|
||||
default: "/data/ipfs"
|
||||
- variable: hostPathEnabled
|
||||
label: "host Path Enabled"
|
||||
label: "Enable Host Path for IPFS Data Volume"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
@@ -54,5 +54,5 @@ spec:
|
||||
containerPort: 9501
|
||||
- name: gateway
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user