Skip to main content
Glama
spread-hostname-zone.yaml993 B
apiVersion: apps/v1 kind: Deployment metadata: name: host-zone-spread spec: replicas: 50 selector: matchLabels: app: host-zone-spread template: metadata: labels: app: host-zone-spread spec: securityContext: runAsUser: 1000 runAsGroup: 3000 fsGroup: 2000 containers: - image: public.ecr.aws/eks-distro/kubernetes/pause:3.2 name: host-zone-spread resources: requests: cpu: "1" memory: 256M securityContext: allowPrivilegeEscalation: false topologySpreadConstraints: - labelSelector: matchLabels: app: host-zone-spread maxSkew: 2 topologyKey: kubernetes.io/hostname whenUnsatisfiable: DoNotSchedule - labelSelector: matchLabels: app: host-zone-spread maxSkew: 5 topologyKey: topology.kubernetes.io/zone whenUnsatisfiable: DoNotSchedule

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/mengfwan/test-mcp-glama'

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