We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/controlplaneio-fluxcd/flux-operator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
apiVersion: fluxcd.controlplane.io/v1
kind: FluxInstance
metadata:
name: flux
spec:
distribution:
version: "2.x"
registry: "ghcr.io/fluxcd"
artifact: "oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest"
components:
- source-controller
- source-watcher
- kustomize-controller
- helm-controller
- notification-controller
- image-reflector-controller
- image-automation-controller
cluster:
type: openshift
multitenant: false
networkPolicy: true
domain: "cluster.local"
storage:
class: "standard"
size: "1Gi"
sharding:
shards: [ "shard1" ]
storage: persistent
sync:
kind: GitRepository
url: "https://github.com/controlplaneio-fluxcd/distribution.git"
ref: "refs/heads/main"
path: "tests/v2.8/sources"
kustomize:
patches:
- target:
kind: Deployment
labelSelector: "app.kubernetes.io/component in (kustomize-controller, helm-controller)"
patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: --concurrent=10
- op: add
path: /spec/template/spec/containers/0/args/-
value: --requeue-dependency=10s