tutorials-and-examples/nvidia-bionemo/base/monitoring/tensorboard-service.yaml (12 lines of code) (raw):
apiVersion: v1
kind: Service
metadata:
name: tensorboard-service
namespace: bionemo-training
spec:
selector:
app: tensorboard
ports:
- port: 6006
targetPort: 6006
type: ClusterIP