mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-25 10:19:10 -04:00
24 lines
469 B
YAML
24 lines
469 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
getambassador.io/config: |-
|
|
---
|
|
apiVersion: ambassador/v0
|
|
kind: Mapping
|
|
name: webapp_mapping
|
|
prefix: /$(prefix)/
|
|
service: jupyter-web-app-service.$(namespace)
|
|
add_request_headers:
|
|
x-forwarded-prefix: /jupyter
|
|
labels:
|
|
run: jupyter-web-app
|
|
name: service
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
type: ClusterIP
|