Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
# kills request-less pods first) and spread across nodes.
template:
spec:
dnsConfig:
options:
- name: use-vc
containers:
- name: pgbouncer
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
# kills request-less pods first) and spread across nodes.
template:
spec:
dnsConfig:
options:
- name: use-vc
containers:
- name: pgbouncer
resources:
Expand Down
3 changes: 0 additions & 3 deletions kubernetes/apps/database/cloudnative-pg/cluster/pooler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ spec:
# traffic on the survivor and can exhaust its PgBouncer wait queue.
template:
spec:
dnsConfig:
options:
- name: use-vc
containers:
- name: pgbouncer
resources:
Expand Down
Loading