freeleaps-ops/freeleaps/helm-pkg/centralStorage/values.alpha.yaml

101 lines
2.4 KiB
YAML
Raw Normal View History

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
dashboard:
enabled: false
logIngest:
enabled: true
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
logPathPattern: /app/log/central_storage/*.log
logPath: /app/log/central_storage
centralStorage:
replicas: 1
image:
registry: docker.io
repository: null
name: central_storage
tag: snapshot-95a525a
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8005
protocol: TCP
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi
probes:
readiness:
type: httpGet
config:
path: /api/_/readyz
port: 8005
initialDelaySeconds: 5
periodSeconds: 30
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
liveness:
type: httpGet
config:
path: /api/_/livez
port: 8005
initialDelaySeconds: 5
periodSeconds: 15
timeoutSeconds: 3
successThreshold: 1
failureThreshold: 3
terminationGracePeriodSeconds: 30
services:
- name: central-storage-service
type: ClusterIP
port: 8005
targetPort: 8005
serviceMonitor:
enabled: false
ingresses:
- name: central-storage-ingress
host: central-storage.freeleaps-alpha.com
class: nginx
rules:
- path: /
pathType: Prefix
backend:
service:
name: central-storage-service
port:
number: 8005
tls:
exists: false
issuerRef:
name: freeleaps-alpha-dot-com
kind: ClusterIssuer
name: central-storage.freeleaps-alpha.com-cert
configs:
tz: UTC
appName: central_storage
serviceApiAccessHost: 0.0.0.0
serviceApiAccessPort: 8005
mongodbName: freeleaps2
mongodbPort: 27017
mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ==
azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/
metricsEnabled: 'false'
probesEnabled: 'true'
vpa:
minAllowed:
enabled: false
cpu: "50m"
memory: "64Mi"
maxAllowed:
enabled: true
cpu: "100m"
memory: "128Mi"
controlledResources:
- cpu
- memory