mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-25 10:19:10 -04:00
15 lines
212 B
YAML
15 lines
212 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ml-pipeline
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 8888
|
|
protocol: TCP
|
|
targetPort: 8888
|
|
- name: grpc
|
|
port: 8887
|
|
protocol: TCP
|
|
targetPort: 8887
|