Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
commit
9a72ed45fb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user