From 8d3262dccd02d353a483793109e47188602d6e3d Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Sat, 14 Oct 2023 19:54:01 +0700 Subject: [PATCH] forgejo: add memcached --- state/gullfaxi/apps/forgejo/application.yaml | 2 +- .../gullfaxi/apps/forgejo/postgresql/manifests/postgresql.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/state/gullfaxi/apps/forgejo/application.yaml b/state/gullfaxi/apps/forgejo/application.yaml index 34857a2..e0a885c 100644 --- a/state/gullfaxi/apps/forgejo/application.yaml +++ b/state/gullfaxi/apps/forgejo/application.yaml @@ -36,7 +36,7 @@ spec: helm: valuesObject: memcached: - enabled: false + enabled: true postgresql: enabled: false test: diff --git a/state/gullfaxi/apps/forgejo/postgresql/manifests/postgresql.yaml b/state/gullfaxi/apps/forgejo/postgresql/manifests/postgresql.yaml index cfc2267..aa669b4 100644 --- a/state/gullfaxi/apps/forgejo/postgresql/manifests/postgresql.yaml +++ b/state/gullfaxi/apps/forgejo/postgresql/manifests/postgresql.yaml @@ -1,4 +1,3 @@ -# Example of PostgreSQL cluster apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: