Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created October 25, 2019 01:02
Show Gist options
  • Save b0noI/bd53324229c968d6879ae2c0720d9f48 to your computer and use it in GitHub Desktop.
Save b0noI/bd53324229c968d6879ae2c0720d9f48 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: jupyterlab
labels:
app: jupyterlab
spec:
selector:
matchLabels:
app: jupyterlab
template:
metadata:
labels:
app: jupyterlab
spec:
containers:
- image: gcr.io/deeplearning-platform-release/base-cpu:m34
imagePullPolicy: IfNotPresent
name: jupyterlab
ports:
- containerPort: 8080
serviceAccountName: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment