Remove -frontend

This commit is contained in:
Varac 2021-11-22 15:40:13 +01:00
parent 1cbfeee0f0
commit 603fabf3b7
No known key found for this signature in database
GPG key ID: 5465E77E7876ED04
3 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ image:
imagePullSecrets: []
## Admin frontend configuration parameters
## ref: https://open.greenhost.net/stackspin/dashboard-frontend
## ref: https://open.greenhost.net/stackspin/dashboard
##
frontend:
## Admin frontend image version
@ -58,7 +58,7 @@ frontend:
##
image:
registry: open.greenhost.net:4567
repository: stackspin/admin-frontend/admin-frontend
repository: stackspin/admin/admin
tag: 0.1.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'