1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-26 08:01:47 +00:00

Add Mastodon recipes

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-08 10:33:47 +12:00
parent c73ced5238
commit 330570577a
10 changed files with 308 additions and 347 deletions

View File

@@ -18,8 +18,6 @@ ExternalDNS is a controller for Kubernetes which watches the objects you create
We need a namespace to deploy our HelmRelease and associated ConfigMaps into. Per the [flux design](/kubernetes/deployment/flux/), I create this example yaml in my flux repo at `bootstrap/namespaces/namespace-external-dns.yaml`:
??? example "Example Namespace (click to expand)"
```yaml
apiVersion: v1
kind: Namespace