Skip to content

Commit

Permalink
Merge pull request #3046 from EnterpriseDB/docs/postgresforkubernetes…
Browse files Browse the repository at this point in the history
…/update-to-1.16.1

Pull in latest P4K updates for 1.16.1
  • Loading branch information
drothery-edb authored Aug 15, 2022
2 parents 2914434 + 5896aed commit d2f2153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion product_docs/docs/postgres_for_kubernetes/1/postgis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ metadata:
name: postgis-example
spec:
instances: 3
imageName: quay.io/enterprisedb/postgis:14
imageName: ghcr.io/cloudnative-pg/postgis:14
bootstrap:
initdb:
postInitTemplateSQL:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ssl = 'on'
ssl_ca_file = '/controller/certificates/client-ca.crt'
ssl_cert_file = '/controller/certificates/server.crt'
ssl_key_file = '/controller/certificates/server.key'
unix_socket_directories = '/var/run/postgresql'
unix_socket_directories = '/controller/run'
wal_level = 'logical'
wal_log_hints = 'on'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: postgis-example
spec:
instances: 3
imageName: quay.io/enterprisedb/postgis:14
imageName: ghcr.io/cloudnative-pg/postgis:14
bootstrap:
initdb:
postInitTemplateSQL:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
app: webtest
spec:
containers:
- image: quay.io/enterprisedb/webtest:1.6.0
- image: ghcr.io/cloudnative-pg/webtest:1.6.0
name: cert-test
volumeMounts:
- name: secret-volume-root-ca
Expand Down

0 comments on commit d2f2153

Please sign in to comment.