Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created June 29, 2022 14:27
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 timhberry/1a509cf9d20cb78a81a0c47b03e2d6b9 to your computer and use it in GitHub Desktop.
Save timhberry/1a509cf9d20cb78a81a0c47b03e2d6b9 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: caddy-deployment
labels:
role: caddy
spec:
replicas: 1
selector:
matchLabels:
role: caddy
template:
metadata:
labels:
role: caddy
spec:
containers:
- name: caddy
image: caddy
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment