Skip to main content
Glama
deployment-patch.yaml1.13 kB
apiVersion: apps/v1 kind: Deployment metadata: name: mermaid-validator-api spec: replicas: 2 template: spec: containers: - name: mermaid-validator-api image: icr.io/mjc-cr/mjc-mermaid-validator:1.0.14-unlimited-amd64 resources: limits: cpu: 2000m memory: 4Gi requests: cpu: 1000m memory: 2Gi livenessProbe: httpGet: path: /api/v1/health port: 8000 initialDelaySeconds: 60 periodSeconds: 60 timeoutSeconds: 30 failureThreshold: 3 readinessProbe: httpGet: path: /api/v1/health port: 8000 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 10 failureThreshold: 3 volumeMounts: - name: tmp-volume mountPath: /app/tmp - name: logs-volume mountPath: /app/logs volumes: - name: tmp-volume emptyDir: sizeLimit: 10Gi - name: logs-volume emptyDir: sizeLimit: 1Gi

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/ai-of-mine/fast-mermaid-validator-mcp'

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