Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created October 25, 2019 01:03
Show Gist options
  • Save b0noI/7cb75bb1bc491d6c9f6bd1204e216ea0 to your computer and use it in GitHub Desktop.
Save b0noI/7cb75bb1bc491d6c9f6bd1204e216ea0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: jupyterlab
labels:
app: jupyterlab
spec:
ports:
- name: http
port: 80
targetPort: 8080
protocol: TCP
selector:
app: jupyterlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment