Skip to content

Instantly share code, notes, and snippets.

@toonsevrin
Created June 26, 2020 10:05
Show Gist options
  • Save toonsevrin/cfbdea3beb5c9fb8f4f00d45712b92d7 to your computer and use it in GitHub Desktop.
Save toonsevrin/cfbdea3beb5c9fb8f4f00d45712b92d7 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
labels:
app: nginx
spec:
replicas: 1
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: server
image: nginx:1.14.2
- name: tailscale
image: exorath/tailscale
securityContext:
capabilities:
add:
- NET_ADMIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment