streams-manifests/jupyter/base/jupyter-service.yaml

14 lines
219 B
YAML
Raw Normal View History

2025-01-28 14:32:02 +01:00
apiVersion: v1
kind: Service
metadata:
name: jupyter-notebook-service
namespace: jupyter
spec:
2025-01-29 14:08:45 +01:00
type: NodePort
2025-01-28 14:32:02 +01:00
ports:
- port: 8888
targetPort: 8888
2025-01-29 13:54:44 +01:00
nodePort: 30088
2025-01-28 14:32:02 +01:00
selector:
app: jupyter-notebook