diff --git a/kubernetes/main/apps/network/nginx/external/helmrelease.yaml b/kubernetes/main/apps/network/nginx/external/helmrelease.yaml index 5e63a87a92..5c00446fe0 100644 --- a/kubernetes/main/apps/network/nginx/external/helmrelease.yaml +++ b/kubernetes/main/apps/network/nginx/external/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: ingress-nginx - version: 4.11.3 + version: 4.12.0 sourceRef: kind: HelmRepository name: ingress-nginx @@ -41,8 +41,9 @@ spec: - key: ingress-class operator: In values: ["external"] - allowSnippetAnnotations: true config: + allow-snippet-annotations: true + annotations-risk-level: Critical block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go client-body-buffer-size: 100M client-body-timeout: 120 diff --git a/kubernetes/main/apps/network/nginx/internal/helmrelease.yaml b/kubernetes/main/apps/network/nginx/internal/helmrelease.yaml index d83acc85ac..5f1b54cd54 100644 --- a/kubernetes/main/apps/network/nginx/internal/helmrelease.yaml +++ b/kubernetes/main/apps/network/nginx/internal/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: ingress-nginx - version: 4.11.3 + version: 4.12.0 sourceRef: kind: HelmRepository name: ingress-nginx @@ -42,8 +42,9 @@ spec: - key: ingress-class operator: In values: ["internal"] - allowSnippetAnnotations: true config: + allow-snippet-annotations: true + annotations-risk-level: Critical block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go client-body-buffer-size: 100M client-body-timeout: 120 diff --git a/kubernetes/utility/apps/network/nginx/external/helmrelease.yaml b/kubernetes/utility/apps/network/nginx/external/helmrelease.yaml index 5bb11d2615..8cc4629bc7 100644 --- a/kubernetes/utility/apps/network/nginx/external/helmrelease.yaml +++ b/kubernetes/utility/apps/network/nginx/external/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: ingress-nginx - version: 4.11.3 + version: 4.12.0 sourceRef: kind: HelmRepository name: ingress-nginx @@ -42,8 +42,9 @@ spec: - key: ingress-class operator: In values: ["external"] - allowSnippetAnnotations: true config: + allow-snippet-annotations: true + annotations-risk-level: Critical block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go client-body-buffer-size: 100M client-body-timeout: 120 diff --git a/kubernetes/utility/apps/network/nginx/internal/helmrelease.yaml b/kubernetes/utility/apps/network/nginx/internal/helmrelease.yaml index f19d6ea1ea..19f22151fc 100644 --- a/kubernetes/utility/apps/network/nginx/internal/helmrelease.yaml +++ b/kubernetes/utility/apps/network/nginx/internal/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: ingress-nginx - version: 4.11.3 + version: 4.12.0 sourceRef: kind: HelmRepository name: ingress-nginx @@ -42,8 +42,9 @@ spec: - key: ingress-class operator: In values: ["internal"] - allowSnippetAnnotations: true config: + allow-snippet-annotations: true + annotations-risk-level: Critical block-user-agents: "GPTBot,~*GPTBot*,ChatGPT-User,~*ChatGPT-User*,Google-Extended,~*Google-Extended*,CCBot,~*CCBot*,Omgilibot,~*Omgilibot*,FacebookBot,~*FacebookBot*" # taken from https://github.com/superseriousbusiness/gotosocial/blob/main/internal/web/robots.go client-body-buffer-size: 100M client-body-timeout: 120