app-service.yaml 219 B

1234567891011121314
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: food-ai-app
  5. namespace: food-ai
  6. spec:
  7. type: NodePort
  8. selector:
  9. app: food-ai-app
  10. ports:
  11. - protocol: TCP
  12. port: 8501
  13. targetPort: 8501
  14. nodePort: 30080