Skip to content

Commit

Permalink
Merge pull request #91 from cfis/master
Browse files Browse the repository at this point in the history
Remove reference to poor-mans lb (#86)
  • Loading branch information
cfis authored Feb 2, 2024
2 parents 810b6ee + 67f478c commit 6ddeae7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions charts/docker-mailserver/tests/haproxy_test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
suite: haproxy
templates:
- configmap.yaml
- deployment-poor-mans-k8s-lb.yaml
tests:

- it: should not add proxyProtocol options to postfix/dovecot if proxyProtocol support is not enabled
Expand All @@ -14,14 +13,6 @@ tests:
- isNull:
path: data.dovecot\.cf

- it: should create phonehome deployment if proxyProtocol is enabled and set to external-auto mode
set:
poorMansK8sLb.enabled: true
asserts:
- hasDocuments:
count: 1
template: deployment-poor-mans-k8s-lb.yaml

- it: manifest should match snapshot
asserts:
- matchSnapshot: {}

0 comments on commit 6ddeae7

Please sign in to comment.