diff --git a/README.md b/README.md index 962a6eb..5b864f7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Jump to docs: [inventory-app](hackerspace/README.md) / [cameras](camtiler/README [^nonginx]: No nginx annotations! Use `kind: Ingress` instead. `IngressRoute` is not used as it doesn't support [`external-dns`](bind/README.md) out of the box. [^authz]: Applications should use OpenID Connect (`kind: OIDCClient`) for authentication, whereever possible. If not possible, use `kind: OIDCMiddlewareClient` client, which will provide authentication via a Traefik middleware (`traefik.ingress.kubernetes.io/router.middlewares: passmower-proxmox@kubernetescrd`). Sometimes you might use both for extra security. + ### Databases / -stores: - KeyDB: `kind: KeydbClaim` (replaces Redis[^redisdead]) - Dragonfly: `kind: Dragonfly` (replaces Redis[^redisdead]) diff --git a/ansible/doors.yml b/ansible/doors.yml index 8dae5b9..06e63a5 100644 --- a/ansible/doors.yml +++ b/ansible/doors.yml @@ -1,7 +1,7 @@ # ansible doors -m shell -a "ctr image pull harbor.k-space.ee/k-space/mjpg-streamer:latest" # journalctl -u mjpg_streamer@video0.service -f -# Referenced and documented by https://wiki.k-space.ee/en/hosting/doors +# Referenced/linked and documented by https://wiki.k-space.ee/en/hosting/doors - name: Setup doors hosts: doors tasks: diff --git a/ansible/zrepl/playbook.yml b/ansible/zrepl/playbook.yml index b4a74a0..d412b2c 100644 --- a/ansible/zrepl/playbook.yml +++ b/ansible/zrepl/playbook.yml @@ -1,4 +1,4 @@ -# Referenced and documented by https://wiki.k-space.ee/en/hosting/storage#zrepl +# Referenced/linked and documented by https://wiki.k-space.ee/en/hosting/storage#zrepl - name: zrepl hosts: nasgroup diff --git a/camtiler/application.yml b/camtiler/application.yml index d6edd49..a665300 100644 --- a/camtiler/application.yml +++ b/camtiler/application.yml @@ -268,7 +268,7 @@ spec: annotations: summary: CPU limits are bottleneck --- -# Referenced by README.md +# Referenced/linked by README.md apiVersion: k-space.ee/v1alpha1 kind: Camera metadata: diff --git a/hackerspace/README.md b/hackerspace/README.md index 3cea5b8..9fd07b1 100644 --- a/hackerspace/README.md +++ b/hackerspace/README.md @@ -1,7 +1,7 @@ ## inventory.k-space.ee Reads-writes to mongo. - + A component of inventory is 'doorboy' (https://wiki.k-space.ee/en/hosting/doors) ## k6.ee diff --git a/hackerspace/doorboy.yml b/hackerspace/doorboy.yml index 6e4163d..1f4254e 100644 --- a/hackerspace/doorboy.yml +++ b/hackerspace/doorboy.yml @@ -1,4 +1,4 @@ -# Referenced and documented by https://wiki.k-space.ee/en/hosting/doors +# Referenced/linked and documented by https://wiki.k-space.ee/en/hosting/doors --- apiVersion: apps/v1 kind: Deployment