jboss-container-images / jboss-amq-7-broker-openshift-image

Apache License 2.0
15 stars 30 forks source link

VOLUME_CAPACITY parameter does not get applied (7.4 & 7.5) #54

Open therevills opened 4 years ago

therevills commented 4 years ago

In the template the VOLUME_CAPACITY parameter does not get applied for persistence-ssl:

https://raw.githubusercontent.com/jboss-container-images/jboss-amq-7-broker-openshift-image/74-7.4.0.GA/templates/amq-broker-74-persistence-ssl.yaml

    volumeClaimTemplates:
    - apiVersion: v1
      kind: PersistentVolumeClaim
      metadata:
        name: ${APPLICATION_NAME}-amq-pvol
      spec:
        accessModes:
          - "ReadWriteOnce"
        resources:
          requests:
            storage: 1Gi  
therevills commented 4 years ago

This has been copied for 7.6 too:

https://github.com/jboss-container-images/jboss-amq-7-broker-openshift-image/blob/amq-broker-76-dev/templates/amq-broker-76-persistence-ssl.yaml