Spaces:
Paused
Paused
metadata
title: Rob
emoji: 😻
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Kubernetes Deployment
The application manifests for Kubernetes are located in the k8s/ directory.
Prerequisites
- A running Kubernetes cluster.
kubectlconfigured to access the cluster.
Deployment Steps
- Namespace:
kubectl apply -f k8s/namespace.yaml - Secrets:
Update
k8s/secrets.yamlwith your actual keys and apply:kubectl apply -f k8s/secrets.yaml - Configuration & Persistence:
kubectl apply -f k8s/configmap.yamlkubectl apply -f k8s/pvc.yaml - App & Service:
Update the
imagefield ink8s/deployment.yamland apply:kubectl apply -f k8s/deployment.yamlkubectl apply -f k8s/service.yaml - Ingress (Optional):
Update
k8s/ingress.yamlwith your domain and apply:kubectl apply -f k8s/ingress.yaml