From 413287f28faa9e2b1fdda92717a4e0aa1568e0e5 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 2 Jun 2026 17:07:57 +0500 Subject: [PATCH] ++ --- apps/workspaces/brusnika-stage/frontend.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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