From ac08265bb885e15554bfd1ba5ef194986b702d90 Mon Sep 17 00:00:00 2001 From: Olwe Samuel Date: Fri, 31 Jan 2025 17:22:54 +0300 Subject: [PATCH] Update site.yaml --- konf/site.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/konf/site.yaml b/konf/site.yaml index 2661c95f..d331aea2 100644 --- a/konf/site.yaml +++ b/konf/site.yaml @@ -64,7 +64,8 @@ env: # Overrides for production production: - replicas: 1 + replicas: 3 + memoryLimit: 512Mi nginxConfigurationSnippet: | more_set_headers "X-Robots-Tag: noindex"; more_set_headers "Link: ; rel=preconnect; crossorigin, ; rel=preconnect"; @@ -76,7 +77,8 @@ production: # Overrides for staging staging: - replicas: 1 + replicas: 3 + memoryLimit: 512Mi nginxConfigurationSnippet: | more_set_headers "X-Robots-Tag: noindex"; more_set_headers "Link: ; rel=preconnect; crossorigin, ; rel=preconnect"; @@ -146,4 +148,4 @@ demo: - name: GOOGLE_PRIVATE_KEY_ID secretKeyRef: key: google-private-key-id - name: cs-canonical-com \ No newline at end of file + name: cs-canonical-com