110 lines
3.3 KiB
YAML
110 lines
3.3 KiB
YAML
global:
|
|
registry: docker.io
|
|
repository: freeleaps
|
|
nodeSelector: {}
|
|
dashbaord:
|
|
enabled: false
|
|
logIngest:
|
|
enabled: true
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
logPathPattern: /app/log/chat/*.log
|
|
logPath: /app/log/chat
|
|
chat:
|
|
replicas: 1
|
|
image:
|
|
registry: docker.io
|
|
repository: null
|
|
name: chat
|
|
tag: snapshot-43a27fd
|
|
imagePullPolicy: IfNotPresent
|
|
ports:
|
|
- name: http
|
|
containerPort: 8012
|
|
protocol: TCP
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|
|
probes:
|
|
readiness:
|
|
type: httpGet
|
|
config:
|
|
path: /api/_/readyz
|
|
port: 8012
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 30
|
|
timeoutSeconds: 3
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
liveness:
|
|
type: httpGet
|
|
config:
|
|
path: /api/_/livez
|
|
port: 8012
|
|
initialDelaySeconds: 5
|
|
periodSeconds: 15
|
|
timeoutSeconds: 3
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
terminationGracePeriodSeconds: 30
|
|
services:
|
|
- name: chat-service
|
|
type: ClusterIP
|
|
port: 8012
|
|
targetPort: 8012
|
|
serviceMonitor:
|
|
enabled: false
|
|
ingresses:
|
|
- name: chat-ingress
|
|
host: chat.freeleaps-alpha.com
|
|
class: nginx
|
|
rules:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: chat-service
|
|
port:
|
|
number: 8012
|
|
tls:
|
|
exists: false
|
|
issuerRef:
|
|
name: freeleaps-alpha-dot-com
|
|
kind: ClusterIssuer
|
|
name: chat.freeleaps-alpha.com-cert
|
|
configs:
|
|
tz: UTC
|
|
appName: chat
|
|
serviceApiAccessHost: 0.0.0.0
|
|
serviceApiAccessPort: 8012
|
|
mongodbName: freeleaps2
|
|
mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
|
mongodbPort: 27017
|
|
emailFrom: freeleaps@freeleaps.com
|
|
siteUrlRoot: https://freeleaps-alpha.com
|
|
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
|
jwtAlgorithm: HS256
|
|
stripeApiKey: sk_test_51Ogsw5B0IyqaSJBrwczlr820jnmvA1qQQGoLZ2XxOsIzikpmXo4pRLjw4XVMTEBR8DdVTYySiAv1XX53Zv5xqynF00GfMqttFd
|
|
stripeWebhookSecret: ''
|
|
stripeAccountWebhookSecret: ''
|
|
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
|
rabbitmqPort: 5672
|
|
rabbitmqUsername: user
|
|
rabbitmqPassword: toKhVTIgRqHe3PLy
|
|
freeleapsDevsvcEndpoint: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/
|
|
freeleapsContentEndpoint: http://content-service.freeleaps-alpha.svc.freeleaps.cluster:8013/api/content/
|
|
freeleapsCentralStorageEndpoint: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage/
|
|
freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012/api/chat/
|
|
freeleapsPaymentEndpoint: http://payment-service.freeleaps-alpha.svc.freeleaps.cluster:8006/api/payment/
|
|
freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
|
|
freeleapsAilabEndpoint: ''
|
|
freeleapsEnv: alpha
|
|
certPath: ''
|
|
redisUrl: redis://:4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379
|
|
redisIsCluster: 'false'
|
|
metricsEnabled: 'true'
|
|
probesEnabled: 'true'
|