First attempt including login app in dashboard helmchart
This commit is contained in:
parent
b16ed99b71
commit
bb1aebb706
4 changed files with 21 additions and 13 deletions
|
|
@ -42,6 +42,7 @@ commonAnnotations: {}
|
|||
##
|
||||
image:
|
||||
imagePullSecrets: []
|
||||
pullPolicy: Always
|
||||
|
||||
## Dashboard configuration parameters
|
||||
## ref: https://open.greenhost.net/stackspin/dashboard
|
||||
|
|
@ -232,12 +233,12 @@ backend:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard-backend/dashboard-backend
|
||||
tag: 0-1-4
|
||||
tag: 19-integrate-flask-sso-panel-into-dashboard-flask-backend
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
##
|
||||
pullPolicy: IfNotPresent
|
||||
pullPolicy: Always
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
|
|
@ -646,7 +647,7 @@ ingress:
|
|||
path: /
|
||||
## @param ingress.pathType Ingress path type
|
||||
##
|
||||
pathType: ImplementationSpecific
|
||||
pathType: Prefix
|
||||
## @param ingress.annotations Ingress annotations done as key:value pairs
|
||||
## For a full list of possible ingress annotations, please see
|
||||
## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md
|
||||
|
|
|
|||
Reference in a new issue