fix: nextloud bitnami
This commit is contained in:
@@ -330,7 +330,7 @@ spec:
|
||||
name: nextcloud
|
||||
- name: POSTGRES_HOST
|
||||
value: nextcloud-postgresql
|
||||
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r3
|
||||
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r4
|
||||
name: postgresql-isready
|
||||
resources: {}
|
||||
securityContext: {}
|
||||
@@ -514,7 +514,7 @@ spec:
|
||||
value: error
|
||||
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
|
||||
value: pgaudit
|
||||
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r3
|
||||
image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r4
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
@@ -540,7 +540,6 @@ spec:
|
||||
- -e
|
||||
- |
|
||||
exec pg_isready -U "oc_philiph" -d "dbname=nextcloud" -h 127.0.0.1 -p 5432
|
||||
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
|
||||
failureThreshold: 6
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
|
||||
@@ -454,7 +454,12 @@ mariadb:
|
||||
##
|
||||
postgresql:
|
||||
enabled: true
|
||||
image:
|
||||
repository: bitnamilegacy/postgresql
|
||||
tag: 17.6.0-debian-12-r4
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
postgresql:
|
||||
# global.postgresql.auth overrides postgresql.auth
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user