Startonix / Modular-AI

Advanced AI Training and Building Repository
0 stars 0 forks source link

Kubernetes Deployment for NLP Module #129

Open Startonix opened 1 month ago

Startonix commented 1 month ago

kubernetes_nlp_deployment.yaml

apiVersion: apps/v1 kind: Deployment metadata: name: nlp-service spec: replicas: 3 selector: matchLabels: app: nlp-service template: metadata: labels: app: nlp-service spec: containers: