app-service.yaml 292 B

123456789101112131415
  1. #ident "@(#)$Format:LocalFoodAI:app.py:%an:%ae:%ad:%cn:%ce:%cd:%H:%D:%N$"
  2. apiVersion: v1
  3. kind: Service
  4. metadata:
  5. name: food-ai-app
  6. namespace: food-ai
  7. spec:
  8. type: NodePort
  9. selector:
  10. app: food-ai-app
  11. ports:
  12. - protocol: TCP
  13. port: 8501
  14. targetPort: 8501
  15. nodePort: 30080