mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
#3778 Upgrading postgresql to v10
This commit is contained in:
committed by
Christian Adams
parent
ffc6e2218e
commit
04ab736f09
@@ -104,7 +104,7 @@ objects:
|
||||
name: ${DATABASE_SERVICE_NAME}
|
||||
- name: POSTGRESQL_MAX_CONNECTIONS
|
||||
value: ${POSTGRESQL_MAX_CONNECTIONS}
|
||||
image: registry.access.redhat.com/rhscl/postgresql-96-rhel7
|
||||
image: registry.access.redhat.com/rhscl/postgresql-10-rhel7
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 30
|
||||
|
||||
Reference in New Issue
Block a user