diff --git a/apps/workspaces/brusnika-stage/frontend.yaml b/apps/workspaces/brusnika-stage/frontend.yaml index 4a7145f..d2921c1 100644 --- a/apps/workspaces/brusnika-stage/frontend.yaml +++ b/apps/workspaces/brusnika-stage/frontend.yaml @@ -84,6 +84,22 @@ spec: _default: true name: _default: regcred + volumes: + _default: + - name: nginx-configmap + mountPath: + _default: /etc/nginx/nginx.conf + subPath: + _default: nginx.conf + readOnly: + _default: true + configMap: + name: + _default: nginx-configmap + items: + - key: nginx.conf + path: nginx.conf + defaultMode: 420