ci(bump): bump devsvc image version for alpha to snapshot-9046780
This commit is contained in:
parent
abae31e987
commit
35649c45cd
@ -10,7 +10,7 @@ devsvc:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: devsvc
|
||||
tag: snapshot-ab89bd4
|
||||
tag: snapshot-9046780
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -18,12 +18,12 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
probes:
|
||||
probes:
|
||||
readiness:
|
||||
type: httpGet
|
||||
config:
|
||||
@ -83,5 +83,5 @@ devsvc:
|
||||
codeDepotHttpPort: 443
|
||||
codeDepotSshPort: 22
|
||||
codeDepotDomainName: alpha.gitea.freeleaps.mathmast.com
|
||||
metricsEnabled: "false"
|
||||
probesEnabled: "true"
|
||||
metricsEnabled: 'false'
|
||||
probesEnabled: 'true'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user