AI/openviking: add k8s manifest (Kustomize) and remove redundant Dockerfile

This commit is contained in:
updsv7
2026-06-05 12:59:02 +09:00
parent 1ef1ceb384
commit 3333dba7e6
8 changed files with 140 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openviking
resources:
- 00-namespace.yaml
- 01-deployment.yaml
- 02-service.yaml
- 03-configmap.yaml
- 04-pvc.yaml
- 05-ingress.yaml
commonLabels:
app.kubernetes.io/name: openviking
app.kubernetes.io/managed-by: kustomize