From a3ad5b1ba862ecfefdaf2b583e0e3d2ab4555fc3 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 13 Jun 2023 09:22:59 +0200 Subject: [PATCH] fup --- components/hydra-sql/resources/hydra-sql-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index 1df10a1..656109b 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -51,7 +51,7 @@ spec: - name: NGINX_ERROR_LOG_LEVEL value: "warn" - name: NGINX_APP_PHP_NON_FILE_PATTERN - value: "^/app\\.php(/|$)" + value: "^/index\\.php(/|$)" ports: - containerPort: 8080 restartPolicy: Always