freeleaps-ops/magicleaps/helm-pkg/magicleaps/values.alpha.yaml
zhenyus 0e256f8708 chore(git): code staging
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 14:02:49 +08:00

77 lines
1.5 KiB
YAML

imagePullSecrets:
- name: docker-secret
backend:
enabled: true
name: magicleaps-backend
image:
repository: docker.io/zhenyus
name: magicleaps
imagePullPolicy: IfNotPresent
tag: backend-snapshot-ce69a02-linux-amd64
extraEnv: {}
port: 8081
ingress:
enabled: false
annotations: {}
host: ''
replicaCount: 1
service:
type: ClusterIP
port: 8081
sessionAffinity: None
resources: {}
livenessProbe:
enabled: true
httpGet:
path: /api/_/probe/liveness
port: 8081
readinessProbe:
enabled: true
httpGet:
path: /api/_/probe/readiness
port: 8081
config:
mongo:
db: magicleaps_alpha
host: mongo-mongodb.magicleaps-alpha.svc.cluster.local
port: 27017
email:
user: your@freeleaps.com
password: your-password
superAdmin: your@email.com
twilio:
accountSid: ''
authToken: ''
log:
level: INFO
frontend:
enabled: true
name: magicleaps-frontend
image:
repository: docker.io/zhenyus
name: magicleaps
imagePullPolicy: IfNotPresent
tag: frontend-snapshot-ce69a02-linux-amd64
extraEnv: {}
port: 80
ingress:
annotations: {}
host: magicleaps-alpha.wearelsp.com
nodeSelector: {}
affinity: {}
replicaCount: 1
service:
type: ClusterIP
port: 80
sessionAffinity: None
livenessProbe:
enabled: true
httpGet:
path: /
port: 80
readinessProbe:
enabled: true
httpGet:
path: /
port: 80