From 7377b62b3f19027856aae9bd173c7fa57acabcd5 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 3 Aug 2024 02:00:48 +0300 Subject: [PATCH] doc: readme tip + todo for argo 'user-facing' doc --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b864f7..6850d9d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # k-space.ee infrastructure Kubernetes manifests, Ansible [playbooks](ansible/README.md), and documentation for K-SPACE services. + - Repo is deployed with [ArgoCD](https://argocd.k-space.ee). For `kubectl` access, see [CLUSTER.md](CLUSTER.md#kubectl). - Debugging Kubernetes [on Wiki](https://wiki.k-space.ee/en/hosting/debugging-kubernetes) - Need help? → [`#kube`](https://k-space-ee.slack.com/archives/C02EYV1NTM2) Jump to docs: [inventory-app](hackerspace/README.md) / [cameras](camtiler/README.md) / [doors](https://wiki.k-space.ee/en/hosting/doors) / [list of apps](https://auth.k-space.ee) // [all infra](ansible/inventory.yml) / [network](https://wiki.k-space.ee/en/hosting/network/sensitive) / [retro](https://wiki.k-space.ee/en/hosting/retro) / [non-infra](https://wiki.k-space.ee) +Tip: Search the repo for `kind: xyz` for examples. + ## Supporting services - Build [Git](https://git.k-space.ee) repositories with [Woodpecker](https://woodpecker.k-space.ee). -- Passmower: Authz with `kind: OIDCMiddlewareClient` (or `kind: OIDCClient`[^authz]). +- Passmower: Authz with `kind: OIDCClient` (or `kind: OIDCMiddlewareClient`[^authz]). - Traefik[^nonginx]: Expose services with `kind: Service` + `kind: Ingress` (TLS and DNS **included**). ### Additional