Skip to content

Commit

Permalink
Update pgbouncer,pgpool,solr
Browse files Browse the repository at this point in the history
Signed-off-by: souravbiswassanto <[email protected]>
  • Loading branch information
souravbiswassanto committed Feb 24, 2025
1 parent 208bdf0 commit 85d370f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/post/kubedb-v2025.02.19/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ In this release new version 8.0.40 and 8.4.3 added.

### SecurityContext

In this release we fixed the security-context issue. You can deploy **pgbouncer** in kubedb using this yaml:
In this release we fixed the security-context issue. You can deploy **Pgbouncer** in kubedb using this yaml:
```yaml
apiVersion: kubedb.com/v1
kind: PgBouncer
Expand Down Expand Up @@ -174,7 +174,7 @@ spec:
```
### ReconfigureTLS
To configure TLS with an opsrequest in **pgbouncer** we have added **ReconfigureTLS**. To add TLS in **pgbouncer** you can simply deploy a yaml.
To configure TLS with an **PgBouncerOpsRequest** in **Pgbouncer** we have added **ReconfigureTLS**. To add TLS in **Pgbouncer** you can simply deploy a yaml.
```yaml
apiVersion: ops.kubedb.com/v1alpha1
kind: PgBouncerOpsRequest
Expand Down Expand Up @@ -203,7 +203,7 @@ spec:
```
### RotateAuth
To modify the `admin_user` in **pgbouncer** you can use **RotateAuth**. This **OpsRequest** will update the admin user name or password.
To modify the `admin_user` in **Pgbouncer** you can use **RotateAuth**. This **PgBouncerOpsRequest** will update the admin user name or password.

```yaml
apiVersion: ops.kubedb.com/v1alpha1
Expand Down Expand Up @@ -246,14 +246,14 @@ spec:
reservePoolSize: 5
```

Or, if you have a pgbouncer instance running, you can use UpdateVersion opsrequest to change the version.
Or, if you have a `Pgbouncer` instance running, you can use `UpdateVersion` `PgBouncerOpsRequest` to change the version.


## Pgpool
In this Release we have added a **PgpoolOpsRequest**

### RotateAuth
To update the pcp user in **pgpool** you can use **RotateAuth**. This Opsrequest will update the pcp user name or password.
To update the pcp user in **Pgpool** you can use **RotateAuth**. This **PgpoolOpsRequest** will update the pcp user name or password.
```yaml
apiVersion: ops.kubedb.com/v1alpha1
kind: PgpoolOpsRequest
Expand All @@ -269,8 +269,8 @@ spec:
name: new-authsecret
```

### bug-fix
- Fixes RemoveCustomConfig and configuration merging order.
### Bug Fix
- Fixes removeCustomConfig and configuration merging order.

### Feature Improvements
- Introduced Pgpool reload instead of pod restart while performing reconfiguration.
Expand Down Expand Up @@ -380,7 +380,7 @@ Replica Role Labeling:

## Solr

Internal zookeeper has been configured for solr. Now, we don’t need to mention zookeeper reference to deploy solr.
Internal **Zookeeper** has been configured for **Solr**. Now, we don’t need to mention **Zookeeper** reference to deploy solr.

```yaml
apiVersion: kubedb.com/v1alpha2
Expand Down

0 comments on commit 85d370f

Please sign in to comment.