add lb to pgbouncer
This commit is contained in:
parent
f532b5416f
commit
2f275ed5b9
1 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,12 @@ spec:
|
||||||
pgBouncer:
|
pgBouncer:
|
||||||
port: 5432
|
port: 5432
|
||||||
replicas: *replica
|
replicas: *replica
|
||||||
|
service:
|
||||||
|
type: LoadBalancer
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: pgbouncer.jahanson.tech
|
||||||
|
io.cilium/lb-ipam-ips: 10.1.1.36
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: crunchy-postgres-pgbouncer
|
app.kubernetes.io/name: crunchy-postgres-pgbouncer
|
||||||
|
|
Loading…
Reference in a new issue