Merge branch 'master' of https://dev.azure.com/freeleaps/freeleaps-ops/_git/freeleaps-ops
This commit is contained in:
commit
53cfe823a0
@ -5,45 +5,35 @@ global:
|
||||
payment:
|
||||
replicas: 1
|
||||
image:
|
||||
registry:
|
||||
repository: freeleaps
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: payment
|
||||
tag: 1.0.0
|
||||
tag: snapshot-8f799c6
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8006
|
||||
protocol: TCP
|
||||
- name: http
|
||||
containerPort: 8006
|
||||
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: payment-service
|
||||
type: ClusterIP
|
||||
port: 8006
|
||||
targetPort: 8006
|
||||
# Defaults to {}, which means doesn't have any ingress
|
||||
- name: payment-service
|
||||
type: ClusterIP
|
||||
port: 8006
|
||||
targetPort: 8006
|
||||
ingresses: {}
|
||||
configs:
|
||||
# TZ
|
||||
tz: "America/Settle"
|
||||
# APP_NAME
|
||||
appName: "payment"
|
||||
# SERVICE_API_ACCESS_HOST
|
||||
serviceApiAccessHost: "0.0.0.0"
|
||||
# SERVICE_API_ACCESS_PORT
|
||||
serviceApiAccessPort: "8006"
|
||||
# MONGODB_NAME
|
||||
mongodbName: "freeleaps2"
|
||||
# MONGODB_PORT
|
||||
mongodbPort: "27017"
|
||||
# MONGODB_URI
|
||||
mongodbUri: "mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/"
|
||||
# STRIPE_API_KEY
|
||||
stripeApiKey: "sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd"
|
||||
tz: America/Settle
|
||||
appName: payment
|
||||
serviceApiAccessHost: 0.0.0.0
|
||||
serviceApiAccessPort: '8006'
|
||||
mongodbName: freeleaps2
|
||||
mongodbPort: '27017'
|
||||
mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user