diff --git a/freeleaps/helm-pkg/payment/values.prod.yaml b/freeleaps/helm-pkg/payment/values.prod.yaml index 84925e47..74d1768c 100644 --- a/freeleaps/helm-pkg/payment/values.prod.yaml +++ b/freeleaps/helm-pkg/payment/values.prod.yaml @@ -8,7 +8,7 @@ payment: registry: docker.io repository: null name: payment - tag: latest + tag: 1.0.0 imagePullPolicy: IfNotPresent ports: - name: http @@ -16,10 +16,10 @@ payment: protocol: TCP resources: requests: - cpu: '100m' + cpu: 100m memory: 128Mi limits: - cpu: '200m' + cpu: 200m memory: 256Mi probes: {} services: