diff --git a/freeleaps/helm-pkg/devsvc/values.prod.yaml b/freeleaps/helm-pkg/devsvc/values.prod.yaml index 3d128645..6dcd9e04 100644 --- a/freeleaps/helm-pkg/devsvc/values.prod.yaml +++ b/freeleaps/helm-pkg/devsvc/values.prod.yaml @@ -8,18 +8,18 @@ devsvc: registry: docker.io repository: null name: devsvc - tag: latest - imagePullPolicy: Always + tag: snapshot-ad94c7e + imagePullPolicy: IfNotPresent ports: - name: http containerPort: 8007 protocol: TCP resources: requests: - cpu: '100m' + cpu: 100m memory: 128Mi limits: - cpu: '200m' + cpu: 200m memory: 256Mi probes: {} services: @@ -40,4 +40,4 @@ devsvc: giteaDepotOrganization: products codeDepotHttpPort: 443 codeDepotSshPort: 22 - codeDepotDomainName: 'https://freeleaps.mathmast.com' + codeDepotDomainName: https://freeleaps.mathmast.com