ci(bump): bump devsvc image version for alpha to snapshot-ab89bd4
This commit is contained in:
parent
ea67e60868
commit
bd0d314697
@ -5,10 +5,10 @@ global:
|
||||
devsvc:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
repository: freeleaps
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: devsvc
|
||||
tag: 1.0.0
|
||||
tag: snapshot-ab89bd4
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -16,43 +16,28 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: "0.5"
|
||||
memory: "512Mi"
|
||||
cpu: '0.5'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: "1Gi"
|
||||
# FIXME: Wait until the developers implements the probes APIs
|
||||
cpu: '1'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
- name: chat-service
|
||||
type: ClusterIP
|
||||
port: 8007
|
||||
targetPort: 8007
|
||||
# Defaults to {}, which means doesn't have any ingress
|
||||
ingresses: {}
|
||||
configs:
|
||||
# TZ
|
||||
tz: "UTC"
|
||||
# APP_NAME
|
||||
appName: "devsvc"
|
||||
# SERVICE_API_ACCESS_HOST
|
||||
serviceApiAccessHost: "0.0.0.0"
|
||||
# SERVICE_API_ACCESS_PORT
|
||||
tz: UTC
|
||||
appName: devsvc
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: 8013
|
||||
# MONGODB_NAME
|
||||
mongodbName: freeleaps2
|
||||
# MONGODB_URI
|
||||
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||
# GITEA_TOKEN
|
||||
giteaToken: "1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df"
|
||||
# GITEA_URI
|
||||
giteaUri: "https://alpha.gitea.freeleaps.mathmast.com"
|
||||
# GITEA_DEPOT_ORGANIZATION
|
||||
giteaDepotOrganization: "products"
|
||||
# CODE_DEPOT_HTTP_PORT
|
||||
codeDepotHttpPort:
|
||||
# CODE_DEPOT_SSH_PORT
|
||||
codeDepotSshPort:
|
||||
# CODE_DEPOT_DOMAIN_NAME
|
||||
codeDepotDomainName: ""
|
||||
|
||||
giteaToken: 1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df
|
||||
giteaUri: https://alpha.gitea.freeleaps.mathmast.com
|
||||
giteaDepotOrganization: products
|
||||
codeDepotHttpPort: null
|
||||
codeDepotSshPort: null
|
||||
codeDepotDomainName: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user