Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-postgresql
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
74f46752
authored
2024-03-07 14:06:35 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Expose local settings.
Refs: #BF-11762
1 parent
1fe9b67d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
helmfiles/bitnami-postgresql-rclone/defaults.yaml
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
helmfiles/bitnami-postgresql-rclone/defaults.yaml
View file @
74f4675
...
...
@@ -7,6 +7,12 @@ metrics:
enabled
:
true
rclone
:
enabled
:
true
local
:
backupKeepLast
:
1440
backupKeepDays
:
7
backupKeepWeeks
:
4
backupKeepMonths
:
6
backup
:
pvc
:
size
:
8Gi
...
...
helmfiles/bitnami-postgresql-rclone/helmfile.yaml
View file @
74f4675
...
...
@@ -18,7 +18,7 @@ releases:
version
:
0.0.0
values
:
# Overlay passed in values
-
{{
omit .Values "rclone" "backup" "restore" "postgresql-rclone" | toYaml | nindent 8
}}
-
{{
omit .Values "rclone" "backup" "restore" "
local" "
postgresql-rclone" | toYaml | nindent 8
}}
# Merge array-based things
-
primary
:
extraVolumeMounts
:
...
...
@@ -60,6 +60,7 @@ releases:
postgresqlPassword
:
{{
.Values.auth.postgresPassword
}}
databases
:
-
{{
.Values.auth.database
}}
local
:
{{
.Values.local | toYaml | nindent 12
}}
rclone
:
{{
.Values.rclone | toYaml | nindent 12
}}
backup
:
{{
.Values.backup | toYaml | nindent 12
}}
restore
:
{{
.Values.restore | toYaml | nindent 12
}}
...
...
Please
register
or
sign in
to post a comment