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