feat: add initial Kubernetes manifests for e2e-test-app including deployment, service, PVC, and database initialization job

This commit is contained in:
2026-05-21 04:20:56 +00:00
parent 5733c20098
commit afa21ef650
7 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: {{ .namespace }}