Skip to content

Instantly share code, notes, and snippets.

@FlorinAlexandru
Last active April 10, 2020 07:34
Show Gist options
  • Save FlorinAlexandru/a25d5e32369a777a6e1679f42be4c1d4 to your computer and use it in GitHub Desktop.
Save FlorinAlexandru/a25d5e32369a777a6e1679f42be4c1d4 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: debugger
labels:
app: debugger
spec:
replicas: 1
selector:
matchLabels:
app: debugger
template:
metadata:
labels:
app: debugger
spec:
containers:
- name: debugger
image: alexandruflorin/debugger:1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment