cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 4094f3ca4fc9e61821b39657cfe03ff18e623651
parent 77605416124a96f9b1ce8137108f9bcdf691d241
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 18 May 2024 17:55:18 +0200

Add missing namespace

Diffstat:
Mapps/2024_cluster/namespaces/kustomization.yaml | 1+
Aapps/2024_cluster/namespaces/openproject.yaml | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/2024_cluster/namespaces/kustomization.yaml b/apps/2024_cluster/namespaces/kustomization.yaml @@ -10,3 +10,4 @@ resources: - vaultwarden.yaml - mastodon.yaml - ejabberd.yaml + - openproject.yaml diff --git a/apps/2024_cluster/namespaces/openproject.yaml b/apps/2024_cluster/namespaces/openproject.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: openproject