add pg-17
This commit is contained in:
@@ -26,5 +26,9 @@ dependencies:
|
|||||||
alias: postgres-16-cluster
|
alias: postgres-16-cluster
|
||||||
version: 3.21.0
|
version: 3.21.0
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
repository: http://alexlebens.github.io/helm-charts
|
||||||
|
- name: postgres-cluster
|
||||||
|
alias: postgres-17-cluster
|
||||||
|
version: 3.21.0
|
||||||
|
repository: http://alexlebens.github.io/helm-charts
|
||||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png
|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/lidarr.png
|
||||||
appVersion: 2.4.3.4248
|
appVersion: 2.4.3.4248
|
||||||
|
@@ -168,7 +168,6 @@ postgres-17-cluster:
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/cloudnative-pg/postgresql
|
repository: ghcr.io/cloudnative-pg/postgresql
|
||||||
tag: "17.2-22"
|
tag: "17.2-22"
|
||||||
enableSuperuserAccess: true
|
|
||||||
walStorage:
|
walStorage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
storage:
|
storage:
|
||||||
@@ -183,10 +182,10 @@ postgres-17-cluster:
|
|||||||
externalCluster:
|
externalCluster:
|
||||||
connectionParameters:
|
connectionParameters:
|
||||||
host: lidarr2-postgresql-16-cluster-rw
|
host: lidarr2-postgresql-16-cluster-rw
|
||||||
user: app
|
user: postgres
|
||||||
dbname: app
|
dbname: postgres
|
||||||
password:
|
password:
|
||||||
name: lidarr2-postgresql-16-cluster-app
|
name: lidarr2-postgresql-16-cluster-superuser
|
||||||
key: password
|
key: password
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user