Merge branches 'master' and 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
This commit is contained in:
commit
026eea2b0d
@ -5,10 +5,10 @@ global:
|
|||||||
chat:
|
chat:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
registry:
|
registry: docker.io
|
||||||
repository: freeleaps
|
repository: null
|
||||||
name: chat
|
name: chat
|
||||||
tag: 1.0.0
|
tag: snapshot-be5098b
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -16,19 +16,17 @@ chat:
|
|||||||
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: 8012
|
port: 8012
|
||||||
targetPort: 8012
|
targetPort: 8012
|
||||||
# Defaults to {}, which means doesn't have any ingress
|
|
||||||
ingresses:
|
ingresses:
|
||||||
- name: chat-ingress
|
- name: chat-ingress
|
||||||
host: alpha.chat.freeleaps.mathmast.com
|
host: alpha.chat.freeleaps.mathmast.com
|
||||||
@ -48,30 +46,30 @@ chat:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: alpha.chat.freeleaps.mathmast.com-cert
|
name: alpha.chat.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: "UTC"
|
tz: UTC
|
||||||
appName: "chat"
|
appName: chat
|
||||||
serviceApiAccessHost: "0.0.0.0"
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8012
|
serviceApiAccessPort: 8012
|
||||||
mongodbName: freeleaps2
|
mongodbName: freeleaps2
|
||||||
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||||
mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster
|
mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
emailFrom: "freeleaps@freeleaps.com"
|
emailFrom: freeleaps@freeleaps.com
|
||||||
siteUrlRoot: "https://alpha.freeleaps.mathmast.com"
|
siteUrlRoot: https://alpha.freeleaps.mathmast.com
|
||||||
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|
||||||
stripeWebhookSecret: ""
|
stripeWebhookSecret: ''
|
||||||
stripeAccountWebhookSecret: ""
|
stripeAccountWebhookSecret: ''
|
||||||
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
||||||
rabbitmqPort: 5672
|
rabbitmqPort: 5672
|
||||||
rabbitmqUsername: user
|
rabbitmqUsername: user
|
||||||
rabbitmqPassword: 9dPrkjD8KENevfjT
|
rabbitmqPassword: 9dPrkjD8KENevfjT
|
||||||
freeleapsDevsvcEndpoint: "https://alpha.devsvc.freeleaps.mathmast.com"
|
freeleapsDevsvcEndpoint: https://alpha.devsvc.freeleaps.mathmast.com
|
||||||
freeleapsContentEndpoint: "https://alpha.content.freeleaps.mathmast.com"
|
freeleapsContentEndpoint: https://alpha.content.freeleaps.mathmast.com
|
||||||
freeleapsCentralStorageEndpoint: "https://alpha.central-storage.freeleaps.mathmast.com"
|
freeleapsCentralStorageEndpoint: https://alpha.central-storage.freeleaps.mathmast.com
|
||||||
freeleapsChatEndpoint: "https://alpha.chat.freeleaps.mathmast.com"
|
freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com
|
||||||
freeleapsPaymentEndpoint: "https://alpha.payment.freeleaps.mathmast.com"
|
freeleapsPaymentEndpoint: https://alpha.payment.freeleaps.mathmast.com
|
||||||
freeleapsAilabEndpoint: ""
|
freeleapsAilabEndpoint: ''
|
||||||
freeleapsEnv: "alpha"
|
freeleapsEnv: alpha
|
||||||
certPath: ""
|
certPath: ''
|
||||||
|
|||||||
@ -5,10 +5,10 @@ global:
|
|||||||
freeleaps:
|
freeleaps:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
registry:
|
registry: docker.io
|
||||||
repository: freeleaps
|
repository: null
|
||||||
name: freeleaps
|
name: backend
|
||||||
tag: 1.0.0
|
tag: snapshot-be5098b
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -16,19 +16,17 @@ freeleaps:
|
|||||||
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: freeleaps-service
|
- name: freeleaps-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8001
|
port: 8001
|
||||||
targetPort: 8001
|
targetPort: 8001
|
||||||
# Defaults to {}, which means doesn't have any ingress
|
|
||||||
ingresses:
|
ingresses:
|
||||||
- name: freeleaps-ingress
|
- name: freeleaps-ingress
|
||||||
host: alpha.api.freeleaps.mathmast.com
|
host: alpha.api.freeleaps.mathmast.com
|
||||||
@ -48,30 +46,30 @@ freeleaps:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: alpha.api.freeleaps.mathmast.com-cert
|
name: alpha.api.freeleaps.mathmast.com-cert
|
||||||
configs:
|
configs:
|
||||||
tz: "UTC"
|
tz: UTC
|
||||||
appName: "freeleaps"
|
appName: freeleaps
|
||||||
serviceApiAccessHost: "0.0.0.0"
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8001
|
serviceApiAccessPort: 8001
|
||||||
mongodbName: freeleaps2
|
mongodbName: freeleaps2
|
||||||
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||||
mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster
|
mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
emailFrom: "freeleaps@freeleaps.com"
|
emailFrom: freeleaps@freeleaps.com
|
||||||
siteUrlRoot: "https://alpha.freeleaps.mathmast.com"
|
siteUrlRoot: https://alpha.freeleaps.mathmast.com
|
||||||
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||||
jwtAlgorithm: HS256
|
jwtAlgorithm: HS256
|
||||||
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|
||||||
stripeWebhookSecret: ""
|
stripeWebhookSecret: ''
|
||||||
stripeAccountWebhookSecret: ""
|
stripeAccountWebhookSecret: ''
|
||||||
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
||||||
rabbitmqPort: 5672
|
rabbitmqPort: 5672
|
||||||
rabbitmqUsername: user
|
rabbitmqUsername: user
|
||||||
rabbitmqPassword: 9dPrkjD8KENevfjT
|
rabbitmqPassword: 9dPrkjD8KENevfjT
|
||||||
freeleapsDevsvcEndpoint: "https://alpha.devsvc.freeleaps.mathmast.com"
|
freeleapsDevsvcEndpoint: https://alpha.devsvc.freeleaps.mathmast.com
|
||||||
freeleapsContentEndpoint: "https://alpha.content.freeleaps.mathmast.com"
|
freeleapsContentEndpoint: https://alpha.content.freeleaps.mathmast.com
|
||||||
freeleapsCentralStorageEndpoint: "https://alpha.central-storage.freeleaps.mathmast.com"
|
freeleapsCentralStorageEndpoint: https://alpha.central-storage.freeleaps.mathmast.com
|
||||||
freeleapsChatEndpoint: "https://alpha.chat.freeleaps.mathmast.com"
|
freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com
|
||||||
freeleapsPaymentEndpoint: "https://alpha.payment.freeleaps.mathmast.com"
|
freeleapsPaymentEndpoint: https://alpha.payment.freeleaps.mathmast.com
|
||||||
freeleapsAilabEndpoint: ""
|
freeleapsAilabEndpoint: ''
|
||||||
freeleapsEnv: "alpha"
|
freeleapsEnv: alpha
|
||||||
certPath: ""
|
certPath: ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user