Make glance proxied
This commit is contained in:
@@ -3,7 +3,7 @@ data:
|
|||||||
glance.yml: |
|
glance.yml: |
|
||||||
server:
|
server:
|
||||||
assets-path: /app/assets
|
assets-path: /app/assets
|
||||||
# proxied: true
|
proxied: true
|
||||||
|
|
||||||
# auth:
|
# auth:
|
||||||
# secret-key: # this must be set to a random value generated using the secret:make CLI command
|
# secret-key: # this must be set to a random value generated using the secret:make CLI command
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
assets-path: /app/assets
|
assets-path: /app/assets
|
||||||
# proxied: true
|
proxied: true
|
||||||
|
|
||||||
# auth:
|
# auth:
|
||||||
# secret-key: # this must be set to a random value generated using the secret:make CLI command
|
# 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 {
|
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)
|
configVol := kube.NewVolumeFrom(kube.VolumeSourceConfigMap, "config", config_glance.Name)
|
||||||
assetsVol := kube.NewVolumeFrom(kube.VolumeSourceConfigMap, "assets", config_assets.Name)
|
assetsVol := kube.NewVolumeFrom(kube.VolumeSourceConfigMap, "assets", config_assets.Name)
|
||||||
localtimeVol := core.Volume{
|
localtimeVol := core.Volume{
|
||||||
|
|||||||
Reference in New Issue
Block a user