Skip to content

Instantly share code, notes, and snippets.

@ShubhanjanMedhi-dev
Created July 22, 2021 10:04
Show Gist options
  • Save ShubhanjanMedhi-dev/a44fbb3f5951ddf2862588edfd682bd2 to your computer and use it in GitHub Desktop.
Save ShubhanjanMedhi-dev/a44fbb3f5951ddf2862588edfd682bd2 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: webhook-test
labels:
app: webhook-test
company: squadcast
spec:
replicas: 1
selector:
matchLabels:
app: webhook-test
template:
metadata:
labels:
app: webhook-test
spec:
containers:
- image: nginx
name: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment