Skip to main content
Glama
values.yaml4.29 kB
# Default values for lunar-proxy. # This is a YAML-formatted file. # Declare variables to be passed into your templates. image: repository: lunarapi/lunar-proxy pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" replicaCount: 1 podAnnotations: {} lunarAPIKey: null # Set the API key directly lunarAPIKeySecretName: null # Set the API key from a secret (key must be named lunarAPIKey) env: null logLevel: "error" tenantName: null redisUrl: null lunarHubURL: null redisUseCluster: false awsAccessKeyId: null telemetryEnabled: true engineFailsafeEnabled: true awsSecretAccessKey: null lunarManaged: false lunarFlushSeconds: 10 lunarSyslogInputBufferChunkSize: 256000 lunarSyslogInputBufferMaxSize: 512000 lunarExporterS3RetryLimit: 5 lunarExporterS3TotalFileSize: "50M" lunarExporterS3UploadTimeout: "10M" livenessProbe: initialDelaySeconds: 15 periodSeconds: 5 readinessProbe: initialDelaySeconds: 5 periodSeconds: 2 podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 service: type: ClusterIP port: 8000 healthCheckPort: 8040 adminPort: 8081 serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "lunar-proxy" resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} ingress: enabled: false className: "" annotations: {} hosts: - host: chart-example.local paths: - path: / pathType: ImplementationSpecific tls: [] serviceMonitor: enabled: false port: 3000 # force namespace # namespace: monitoring # Fallback to the prometheus default unless specified # interval: 10s ## scheme: HTTP scheme to use for scraping. Can be used with `tlsConfig` for example if using istio mTLS. # scheme: "" ## tlsConfig: TLS configuration to use when scraping the endpoint. For example if using istio mTLS. ## Of type: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#tlsconfig # tlsConfig: {} # bearerTokenFile: # Fallback to the prometheus default unless specified # scrapeTimeout: 30s ## Used to pass Labels that are used by the Prometheus installed in your cluster to select Service Monitors to work with ## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#prometheusspec additionalLabels: {} ## Used to pass annotations that are used by the Prometheus installed in your cluster to select Service Monitors to work with ## ref: https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#prometheusspec annotations: {} ## Metric relabel configs to apply to samples before ingestion. ## [Metric Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs) metricRelabelings: [] # - action: keep # regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' # sourceLabels: [__name__] ## Relabel configs to apply to samples before ingestion. ## [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) relabelings: [] # - sourceLabels: [__meta_kubernetes_pod_node_name] # separator: ; # regex: ^(.*)$ # targetLabel: nodename # replacement: $1 # action: replace targetLabels: [] policies: global: {} endpoints: [] exporters: file: file_dir: "/var/log/lunar-proxy" file_name: "output.log"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheLunarCompany/lunar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server