namespaces/routing

This commit is contained in:
2026-05-31 22:58:12 -05:00
parent aca8ad39ae
commit 67c9eabd65
5 changed files with 2 additions and 4 deletions
@@ -2,7 +2,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: nimh-static-files
namespace: nimh
data:
index.html: |
@@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: nimh-static
namespace: nimh
spec:
replicas: 1
@@ -1,3 +1,4 @@
namespace: nimh
resources:
- namespace.yaml
- configmap.yaml
@@ -2,7 +2,6 @@ apiVersion: v1
kind: Service
metadata:
name: nimh-static
namespace: nimh
spec:
selector:
app: nimh-static