k8s manifests with vars set up for fluxcd
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

adding a quick readme

dsx.sh 63e80fbf 05cc599e

+18
+18
README.md
··· 1 + # knot-k8s 2 + 3 + Kubernetes manifests for running [Knot](https://tangled.sh) and its companion service [Spindle](https://tangled.sh) via Flux. 4 + 5 + ## Structure 6 + 7 + - `knot/` — Knot AppView (the main service) 8 + - `spindle/` — Spindle (handles OAuth / auth) 9 + - `namespace.yaml` — shared namespace 10 + 11 + ## Flux variables 12 + 13 + Any value in `${}` is a substitution variable injected by a parent Flux `Kustomization` via `postBuild.substituteFrom`. They are not defined in this repo. Currently used: 14 + 15 + | Variable | Purpose | 16 + |---|---| 17 + | `${domain}` | Base domain for ingress hostnames | 18 + | `${cert_issuer}` | Name of the cert-manager `ClusterIssuer` to use |