Make glance proxied
This commit is contained in:
@@ -3,7 +3,7 @@ data:
|
||||
glance.yml: |
|
||||
server:
|
||||
assets-path: /app/assets
|
||||
# proxied: true
|
||||
proxied: true
|
||||
|
||||
# auth:
|
||||
# secret-key: # this must be set to a random value generated using the secret:make CLI command
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
assets-path: /app/assets
|
||||
# proxied: true
|
||||
proxied: true
|
||||
|
||||
# auth:
|
||||
# secret-key: # this must be set to a random value generated using the secret:make CLI command
|
||||
|
||||
@@ -49,10 +49,6 @@ func Stack() stack.Stack {
|
||||
}
|
||||
|
||||
func Deployment() apps.Deployment {
|
||||
// MY_SECRET_TOKEN=123456 ?
|
||||
// Config volume - ReadOnly?
|
||||
// Assets volume - ReadOnly?
|
||||
// Mount /etc/localtime (ReadOnly)
|
||||
configVol := kube.NewVolumeFrom(kube.VolumeSourceConfigMap, "config", config_glance.Name)
|
||||
assetsVol := kube.NewVolumeFrom(kube.VolumeSourceConfigMap, "assets", config_assets.Name)
|
||||
localtimeVol := core.Volume{
|
||||
|
||||
Reference in New Issue
Block a user