mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Allow specifying dns options for ipfs
This commit is contained in:
@@ -7,6 +7,8 @@ groups:
|
||||
description: "Configure Storage for IPFS"
|
||||
- name: "IPFS Configuration"
|
||||
description: "Configure Storage for IPFS"
|
||||
- name: "Advanced DNS Settings"
|
||||
description: "Configure DNS settings"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
@@ -19,6 +21,34 @@ portals:
|
||||
path: "/webui"
|
||||
|
||||
questions:
|
||||
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
group: "Advanced DNS Settings"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "DNS Options"
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Option Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Option Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: updateStrategy
|
||||
label: "IPFS update strategy"
|
||||
group: "Workload Configuration"
|
||||
|
||||
@@ -55,4 +55,5 @@ spec:
|
||||
- name: gateway
|
||||
containerPort: 9880
|
||||
{{ include "common.containers.allEnvironmentVariables" .Values | nindent 10 }}
|
||||
{{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
|
||||
{{ include "common.storage.allAppVolumes" .Values | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user