Skip to main content
Glama
networkpolicy.yaml691 B
{{- if .Values.networkPolicy.enabled }} apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: {{ include "mermaid-validator-mcp.fullname" . }}-netpol labels: {{- include "mermaid-validator-mcp.labels" . | nindent 4 }} spec: podSelector: matchLabels: {{- include "mermaid-validator-mcp.selectorLabels" . | nindent 6 }} policyTypes: {{- toYaml .Values.networkPolicy.policyTypes | nindent 4 }} {{- if .Values.networkPolicy.ingress }} ingress: {{- toYaml .Values.networkPolicy.ingress | nindent 4 }} {{- end }} {{- if .Values.networkPolicy.egress }} egress: {{- toYaml .Values.networkPolicy.egress | nindent 4 }} {{- end }} {{- end }}

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