Commit a3934f08 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza tipo y tamaño de volúmenes de producción

parent 617d1c6e
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -61,24 +61,21 @@ volumes:
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 25
      ebstype: io1
      iops: 100
      size: 500
      ebstype: st1

  kf-2-data-vol:
    name: kf-2-data-vol
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 25
      ebstype: io1
      iops: 100
      size: 500
      ebstype: st1

  kf-3-data-vol:
    name: kf-3-data-vol
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 25
      ebstype: io1
      iops: 100
      size: 500
      ebstype: st1
+6 −9
Original line number Diff line number Diff line
@@ -72,9 +72,8 @@ volumes:
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 4
      ebstype: io1
      iops: 100
      size: 1
      ebstype: gp2

  zk-2-data-vol:
    name: zk-2-data-vol
@@ -89,9 +88,8 @@ volumes:
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 4
      ebstype: io1
      iops: 100
      size: 1
      ebstype: gp2

  zk-3-data-vol:
    name: zk-3-data-vol
@@ -106,6 +104,5 @@ volumes:
    driver: "cloudstor:aws"
    driver_opts:
      backing: relocatable
      size: 4
      ebstype: io1
      iops: 100
      size: 1
      ebstype: gp2