mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-09-19 11:54:35 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
14
kubeflow/kfapp/kustomize/api-service/base/service.yaml
Normal file
14
kubeflow/kfapp/kustomize/api-service/base/service.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue