Browse Source

Added a replica for the haproxy

Fred Damstra (Macbook 2015) 2 years ago
parent
commit
7720d3cba0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Workloads/proxmox-haproxy.yaml

+ 3 - 3
Workloads/proxmox-haproxy.yaml

@@ -57,7 +57,7 @@ kind: Deployment
 metadata:
   name: proxmox-haproxy
 spec:
-  replicas: 1
+  replicas: 2
   selector:
     matchLabels:
       run: proxmox-haproxy
@@ -83,8 +83,8 @@ spec:
               memory: "500Mi"
               cpu: "1000m"
             requests:
-              memory: "200Mi"
-              cpu: "500m"
+              memory: "64Mi"
+              cpu: "125m"
           volumeMounts:
             - mountPath: /usr/local/etc/haproxy
               name: proxmox-haproxy-config