ci(bump): bump frontend image version for alpha to snapshot-b2aa091
This commit is contained in:
parent
c54fd610b8
commit
76616d3568
@ -5,30 +5,28 @@ global:
|
||||
frontend:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
repository: freeleaps
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: frontend
|
||||
tag: 1.0.0
|
||||
tag: snapshot-b2aa091
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: "200m"
|
||||
memory: "128Mi"
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
memory: "256Mi"
|
||||
# FIXME: Wait until the developers implements the probes APIs
|
||||
cpu: '0.5'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: frontend-service
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
# Defaults to {}, which means doesn't have any ingress
|
||||
- name: frontend-service
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
ingresses:
|
||||
- name: frontend-ingress
|
||||
host: alpha.freeleaps.mathmast.com
|
||||
@ -48,11 +46,7 @@ frontend:
|
||||
kind: ClusterIssuer
|
||||
name: alpha.freeleaps.mathmast.com-cert
|
||||
configs:
|
||||
# TZ
|
||||
tz: "UTC"
|
||||
# FRONTEND_PORT
|
||||
tz: UTC
|
||||
frontendPort: 8080
|
||||
# FREELEAPS_CHAT_ENDPOINT
|
||||
freeleapsChatEndpoint: "https://alpha.chat.freeleaps.mathmast.com"
|
||||
# FREELEAPS_BACKEND_ENDPOINT
|
||||
freeleapsBackendEndpoint: "https://alpha.api.freeleaps.mathmast.com"
|
||||
freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com
|
||||
freeleapsBackendEndpoint: https://alpha.api.freeleaps.mathmast.com
|
||||
|
||||
Loading…
Reference in New Issue
Block a user