Introduce Kubernetes manifests for backend, frontend, ingress, storage, and namespace setup under k8s/. Add Gitea Actions workflow for automated build and deployment to Kubernetes. Provide deployment and cluster setup guides in docs/ and project root. Update .gitignore to exclude Kubernetes secret files.
10 lines
136 B
YAML
10 lines
136 B
YAML
# vexplor 네임스페이스
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: vexplor
|
|
labels:
|
|
name: vexplor
|
|
project: vexplor
|
|
|