use more sane k8s manifest management

This commit is contained in:
2026-04-08 10:40:16 -04:00
parent 33f0e30229
commit 8c5641e8eb
9 changed files with 141 additions and 180 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-color
namespace: test-color
spec:
selector:
matchLabels:
app: test-color
template:
metadata:
labels:
app: test-color
spec:
containers:
- name: test-color
image: kodekloud/webapp-color:latest