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