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: v1
kind: Service
metadata:
name: openviking
namespace: openviking
labels:
app: openviking
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8000
protocol: TCP
name: http
selector:
app: openviking