diff --git a/freeleaps/helm-pkg/devsvc/values.prod.yaml b/freeleaps/helm-pkg/devsvc/values.prod.yaml index d962339e..0888b50b 100644 --- a/freeleaps/helm-pkg/devsvc/values.prod.yaml +++ b/freeleaps/helm-pkg/devsvc/values.prod.yaml @@ -8,7 +8,7 @@ devsvc: registry: docker.io repository: null name: devsvc - tag: latest + tag: snapshot-08b414e imagePullPolicy: IfNotPresent ports: - name: http @@ -16,10 +16,10 @@ devsvc: 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