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