Skip to content

Instantly share code, notes, and snippets.

@yaasita
Last active May 18, 2022 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaasita/329d37d586caa6077b728fa00a29bbf6 to your computer and use it in GitHub Desktop.
Save yaasita/329d37d586caa6077b728fa00a29bbf6 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: debug-container
labels:
app: debug
spec:
replicas: 1
selector:
matchLabels:
app: debug
template:
metadata:
labels:
app: debug
spec:
containers:
- name: debug
image: ubuntu:latest
#image: google/cloud-sdk:slim
command: ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment