Skip to content

Instantly share code, notes, and snippets.

@RammusXu
Last active June 6, 2019 02:36
Show Gist options
  • Save RammusXu/4b525a0625ac6b68ac5687de56097354 to your computer and use it in GitHub Desktop.
Save RammusXu/4b525a0625ac6b68ac5687de56097354 to your computer and use it in GitHub Desktop.
kind: Service
apiVersion: v1
metadata:
name: telepresence-rammus
spec:
selector:
owner: rammus
type: LoadBalancer
ports:
- name: http
port: 80
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: telepresence-rammus
spec:
replicas: 1
selector:
matchLabels:
owner: rammus
template:
metadata:
labels:
owner: rammus
spec:
containers:
- name: telepresence
image: datawire/telepresence-k8s-priv:0.99
ports:
- name: http
containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment