ai/model-serving-tensorflow service.yaml

This commit is contained in:
Jayesh Mahajan 2025-05-26 21:37:35 -04:00 committed by GitHub
parent c3739c6107
commit 3a7b97108b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: tf-serving
spec:
selector:
app: tf-serving
ports:
- name: grpc
port: 8500
targetPort: 8500
- name: rest
port: 8501
targetPort: 8501
type: ClusterIP