fix(nginx): create namespace yaml

This commit is contained in:
SeanOMik 2025-02-19 21:13:25 -05:00
parent 4e5d9b8c42
commit cd19b2204c
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964
2 changed files with 6 additions and 1 deletions
kubernetes/thin/apps/nginx/wildcard-cert

View file

@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./wildcard-cert.yaml
- ./namespace.yaml
- ./wildcard-cert.yaml

View file

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: nginx