From 6cac2306424f28da381299b687c76057f47ee9a7 Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Mon, 27 Jul 2026 11:29:01 +0700 Subject: [PATCH] a.ioot.xyz: use nginx configuration from /home/www --- state/gullfaxi/apps/websites/manifests/a.ioot.xyz.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/state/gullfaxi/apps/websites/manifests/a.ioot.xyz.yaml b/state/gullfaxi/apps/websites/manifests/a.ioot.xyz.yaml index 538ba39..36b0b0a 100644 --- a/state/gullfaxi/apps/websites/manifests/a.ioot.xyz.yaml +++ b/state/gullfaxi/apps/websites/manifests/a.ioot.xyz.yaml @@ -20,6 +20,9 @@ spec: hostPath: path: /home/www/a.ioot.xyz type: Directory + - name: nginxdefaultconf + hostPath: + path: /home/www/nginx.vh.default.conf containers: - name: aiootxyz image: nginx:alpine @@ -29,6 +32,8 @@ spec: volumeMounts: - mountPath: /usr/share/nginx/html name: aiootxyz + - mountPath: /etc/nginx/conf.d/default.conf + name: nginxdefaultconf --- kind: Service apiVersion: v1 @@ -49,6 +54,9 @@ metadata: name: aiootxyz annotations: nginx.ingress.kubernetes.io/ssl-redirect: "false" + nginx.ingress.kubernetes.io/proxy-body-size: "0" + nginx.ingress.kubernetes.io/proxy-read-timeout: "600" + nginx.ingress.kubernetes.io/proxy-send-timeout: "600" spec: ingressClassName: nginx tls: