AI/openviking: add k8s manifest (Kustomize) and remove redundant Dockerfile
This commit is contained in:
16
AI/openviking/k8s/kustomization.yaml
Normal file
16
AI/openviking/k8s/kustomization.yaml
Normal 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
|
||||
Reference in New Issue
Block a user