fix(pydio-cells): fix configmap and main service (#1943)
* fix(pydio-cells): fix configmap and main service * update questions and configmap
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: pydio-cells
|
name: pydio-cells
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
appVersion: "3.0.4"
|
appVersion: "3.0.4"
|
||||||
description: Pydio-cells is the nextgen file sharing platform for organizations.
|
description: Pydio-cells is the nextgen file sharing platform for organizations.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: title
|
- variable: password
|
||||||
label: "Cells Admin Password (First install only)"
|
label: "Cells Admin Password (First install only)"
|
||||||
description: "Cells Admin Password"
|
description: "Cells Admin Password"
|
||||||
schema:
|
schema:
|
||||||
@@ -163,7 +163,7 @@ questions:
|
|||||||
label: "Port Type"
|
label: "Port Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "HTTP"
|
default: "HTTPS"
|
||||||
enum:
|
enum:
|
||||||
- value: HTTP
|
- value: HTTP
|
||||||
description: "HTTP"
|
description: "HTTP"
|
||||||
|
|||||||
@@ -9,13 +9,14 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
pydiocells-install: |-
|
pydiocells-install: |-
|
||||||
frontendapplicationtitle: {{ .Values.pydioinstall.title }}
|
frontendapplicationtitle: {{ .Values.pydioinstall.title }}
|
||||||
frontendLogin: {{ .Values.pydioinstall.username }}
|
frontendlogin: {{ .Values.pydioinstall.username }}
|
||||||
frontendPassword: {{ .Values.pydioinstall.password }}
|
frontendpassword: {{ .Values.pydioinstall.password }}
|
||||||
frontendRepeatPassword: {{ .Values.pydioinstall.password }}
|
frontendrepeatpassword: {{ .Values.pydioinstall.password }}
|
||||||
dbConnectionType: tcp
|
dbconnectiontype: tcp
|
||||||
dbTCPHostname: {{ printf "%v-%v" .Release.Name "mariadb" }}
|
dbtcphostname: {{ printf "%v-%v" .Release.Name "mariadb" }}
|
||||||
dbTCPPort: 3306
|
dbtcpport: 3306
|
||||||
dbTCPName: {{ .Values.mariadb.mariadbDatabase }}
|
dbtcpname: {{ .Values.mariadb.mariadbDatabase }}
|
||||||
dbTCPUser: {{ .Values.mariadb.mariadbUsername }}
|
dbtcpuser: {{ .Values.mariadb.mariadbUsername }}
|
||||||
dbTCPPassword: {{ .Values.mariadb.mariadbPassword | trimAll "\"" }}
|
dbtcppassword: {{ .Values.mariadb.mariadbPassword | trimAll "\"" }}
|
||||||
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
|
protocol: HTTPS
|
||||||
targetPort: 10150
|
targetPort: 10150
|
||||||
port: 10150
|
port: 10150
|
||||||
gprc:
|
gprc:
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa
|
|||||||
| ipfs | gateway | gateway | 10147 | TCP | |
|
| ipfs | gateway | gateway | 10147 | TCP | |
|
||||||
| kodi-headless | main | main | 10148 | TCP | |
|
| kodi-headless | main | main | 10148 | TCP | |
|
||||||
| pwndrop | main | main | 10149 | TCP | |
|
| pwndrop | main | main | 10149 | TCP | |
|
||||||
| pydio-cells | main | main | 10150 | TCP | |
|
| pydio-cells | main | main | 10150 | HTTPS | |
|
||||||
| scrutiny | main | main | 10151 | TCP | |
|
| scrutiny | main | main | 10151 | TCP | |
|
||||||
| kodi-headless | websocket | websocket | 10152 | TCP | |
|
| kodi-headless | websocket | websocket | 10152 | TCP | |
|
||||||
| shlink | main | main | 10153 | TCP | |
|
| shlink | main | main | 10153 | TCP | |
|
||||||
|
|||||||
Reference in New Issue
Block a user