mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
49 lines
977 B
YAML
49 lines
977 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ml-pipeline-ui
|
|
annotations:
|
|
getambassador.io/config: |-
|
|
---
|
|
apiVersion: ambassador/v0
|
|
kind: Mapping
|
|
name: pipelineui-mapping
|
|
prefix: /pipeline
|
|
rewrite: /pipeline
|
|
timeout_ms: 300000
|
|
service: $(service).$(ui-namespace)
|
|
use_websocket: true
|
|
labels:
|
|
app: ml-pipeline-ui
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
selector:
|
|
app: ml-pipeline-ui
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ml-pipeline-tensorboard-ui
|
|
annotations:
|
|
getambassador.io/config: |-
|
|
---
|
|
apiVersion: ambassador/v0
|
|
kind: Mapping
|
|
name: pipeline-tensorboard-ui-mapping
|
|
prefix: /data
|
|
rewrite: /data
|
|
timeout_ms: 300000
|
|
service: $(service).$(ui-namespace)
|
|
use_websocket: true
|
|
labels:
|
|
app: ml-pipeline-tensorboard-ui
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
selector:
|
|
app: ml-pipeline-tensorboard-ui
|