Skip to content

Commit 0a7ad18

Browse files
Jonathan D.A. Jewellclaude
andcommitted
feat: add FlatRacoon orchestrator manifest
Add twingate-helm-deploy.manifest.ncl for orchestrator module discovery. Declares layer=access, deployment_mode=helm, provides secure-access + zero-trust-ingress. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent be396ad commit 0a7ad18

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

twingate-helm-deploy.manifest.ncl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# twingate-helm-deploy module manifest for FlatRacoon orchestrator
3+
4+
{
5+
name = "twingate-helm-deploy",
6+
version = "0.1.0",
7+
layer = 'access,
8+
description = "Twingate zero-trust connector deployed via Helm for secure private network access",
9+
repo = "github.com/hyperpolymath/twingate-helm-deploy",
10+
requires = ["kubernetes"],
11+
provides = ["secure-access", "zero-trust-ingress"],
12+
config_schema = "configs/schema.ncl",
13+
health_endpoint = "/health",
14+
metrics_endpoint = "/metrics",
15+
deployment_mode = "helm",
16+
namespace = "twingate-system",
17+
}

0 commit comments

Comments
 (0)