Sfoglia il codice sorgente

default to source persistence for haproxy

Jason DeTiberus 9 anni fa
parent
commit
16e085b44b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      playbooks/common/openshift-master/config.yml

+ 1 - 1
playbooks/common/openshift-master/config.yml

@@ -238,7 +238,7 @@
     - name: atomic-openshift-api
       mode: tcp
       option: tcplog
-      balance: roundrobin
+      balance: source
       servers: "{{ hostvars.localhost.haproxy_backend_servers }}"
   roles:
   - role: haproxy