Rename admin frontend/backend
This commit is contained in:
parent
427f484839
commit
f9516dcfa0
3 changed files with 18 additions and 18 deletions
|
|
@ -43,11 +43,11 @@ commonAnnotations: {}
|
|||
image:
|
||||
imagePullSecrets: []
|
||||
|
||||
## Admin dashboard configuration parameters
|
||||
## Dashboard configuration parameters
|
||||
## ref: https://open.greenhost.net/stackspin/dashboard
|
||||
##
|
||||
dashboard:
|
||||
## Admin dashboard image version
|
||||
## Dashboard image version
|
||||
## ref: https://hub.docker.com/r/bitnami/dashboard/tags/
|
||||
## @param image.registry Stackspin image registry
|
||||
## @param image.repository Stackspin image repository
|
||||
|
|
@ -58,7 +58,7 @@ dashboard:
|
|||
##
|
||||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/admin/admin
|
||||
repository: stackspin/dashboard/dashboard
|
||||
tag: 0.1.1
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
@ -198,7 +198,7 @@ dashboard:
|
|||
## For example:
|
||||
## extraEnvVars:
|
||||
## dashboard:
|
||||
## - name: ADMIN_PANEL_ELASTICSEARCH_URL
|
||||
## - name: DASHBOARD_ELASTICSEARCH_URL
|
||||
## value: test
|
||||
##
|
||||
extraEnvVars: []
|
||||
|
|
@ -216,11 +216,11 @@ dashboard:
|
|||
## mountPath: /path/to/ca_cert
|
||||
##
|
||||
extraVolumeMounts: []
|
||||
## Admin backend configuration parameters
|
||||
## Dashboard backend configuration parameters
|
||||
## ref: https://open.greenhost.net/stackspin/dashboard-backend
|
||||
##
|
||||
backend:
|
||||
## Admin dashboard image version
|
||||
## Dashboard image version
|
||||
## ref: https://hub.docker.com/r/bitnami/dashboard/tags/
|
||||
## @param image.registry Stackspin image registry
|
||||
## @param image.repository Stackspin image repository
|
||||
|
|
@ -231,7 +231,7 @@ backend:
|
|||
##
|
||||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/admin-backend/admin-backend
|
||||
repository: stackspin/dashboard-backend/dashboard-backend
|
||||
tag: 0.1.0
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
|
@ -309,7 +309,7 @@ backend:
|
|||
##
|
||||
email: user@example.com
|
||||
|
||||
## Admin panel SMTP settings
|
||||
## dashboard SMTP settings
|
||||
## @param backend.smtp.enabled Enable/disable SMTP
|
||||
## @param backend.smtp.host SMTP host name
|
||||
## @param backend.smtp.port SMTP port number
|
||||
|
|
@ -419,7 +419,7 @@ backend:
|
|||
## For example:
|
||||
## extraEnvVars:
|
||||
## backend:
|
||||
## - name: ADMIN_PANEL_ELASTICSEARCH_URL
|
||||
## - name: DASHBOARD_ELASTICSEARCH_URL
|
||||
## value: test
|
||||
##
|
||||
extraEnvVars: []
|
||||
|
|
|
|||
Reference in a new issue