From 0ae164cbbf7ba2d9e4b4e37edba7e88d3ae682e4 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 9 Oct 2023 00:07:00 +0200 Subject: [PATCH] Change number of kubegres replicas Lonhorn should already enable duplication so there's no need for kubegres to do the same --- .gitignore | 3 ++- apps/miniflux/app/postgres.yaml | 2 +- apps/tandoor/app/postgres.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd86342..a21c963 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -**/*-secret.yaml \ No newline at end of file +**/*-secret.yaml +**/secret.yaml \ No newline at end of file diff --git a/apps/miniflux/app/postgres.yaml b/apps/miniflux/app/postgres.yaml index 9cf8db8..6ec16f9 100644 --- a/apps/miniflux/app/postgres.yaml +++ b/apps/miniflux/app/postgres.yaml @@ -4,7 +4,7 @@ metadata: name: miniflux-db namespace: miniflux spec: - replicas: 2 + replicas: 1 image: postgres:16-alpine database: size: 2Gi diff --git a/apps/tandoor/app/postgres.yaml b/apps/tandoor/app/postgres.yaml index b4e7e63..318ed2f 100644 --- a/apps/tandoor/app/postgres.yaml +++ b/apps/tandoor/app/postgres.yaml @@ -4,7 +4,7 @@ metadata: name: recipes-db namespace: tandoor spec: - replicas: 2 + replicas: 1 image: postgres:16-alpine database: size: 2Gi