ci(bump): bump content image version for alpha to snapshot-0a7c742
This commit is contained in:
parent
e905ec6291
commit
7a36e89343
@ -5,10 +5,10 @@ global:
|
||||
content:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
repository: freeleaps
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: content
|
||||
tag: 1.0.0
|
||||
tag: snapshot-0a7c742
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -16,25 +16,23 @@ content:
|
||||
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: content-service
|
||||
type: ClusterIP
|
||||
port: 8013
|
||||
targetPort: 8013
|
||||
# Defaults to {}, which means doesn't have any ingress
|
||||
ingresses:
|
||||
- name: content-ingress
|
||||
host: alpha.content.freeleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: "/*"
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
@ -48,22 +46,12 @@ content:
|
||||
kind: ClusterIssuer
|
||||
name: alpha.content.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
# TZ
|
||||
tz: "America/Settle"
|
||||
# APP_NAME
|
||||
appName: "content"
|
||||
# SERVICE_API_ACCESS_HOST
|
||||
serviceApiAccessHost: "0.0.0.0"
|
||||
# SERVICE_API_ACCESS_PORT
|
||||
serviceApiAccessPort: "8013"
|
||||
# MONGODB_NAME
|
||||
mongodbName: "freeleaps2"
|
||||
# MONGODB_PORT
|
||||
mongodbPort: "27017"
|
||||
# MONGODB_URI
|
||||
mongodbUri: "mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/"
|
||||
# FREELEAPS_WWW_AS_AZURE_CLIENT_SECRET
|
||||
freeleapsWwwAsAzureClientSecret: "jTu8Q~WceiK-5dfZB44Ww-K4fVGi3_5tHNWYYbdX"
|
||||
# CENTRAL_STORAGE_WEBAPI_URL_BASE
|
||||
centralStorageWebapiUrlBase: "http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage"
|
||||
|
||||
tz: America/Settle
|
||||
appName: content
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: '8013'
|
||||
mongodbName: freeleaps2
|
||||
mongodbPort: '27017'
|
||||
mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||
freeleapsWwwAsAzureClientSecret: jTu8Q~WceiK-5dfZB44Ww-K4fVGi3_5tHNWYYbdX
|
||||
centralStorageWebapiUrlBase: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user