Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
475 B

apiVersion: v1
kind: Service
metadata:
annotations:
getambassador.io/config: |-
---
apiVersion: ambassador/v0
kind: Mapping
name: tb-mapping-tensorboard-get
prefix: /tensorboard/ tensorboard/
rewrite: /
method: GET
service: tensorboard.$(namespace):9000
labels:
app: tensorboard
name: tensorboard
spec:
ports:
- name: tb
port: 9000
targetPort: 6006
selector:
app: tensorboard
type: ClusterIP