Skip to content

Instantly share code, notes, and snippets.

@christianh814
Created November 29, 2023 22:51
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 christianh814/fd30c6857187e4f1771735c95fd1aff2 to your computer and use it in GitHub Desktop.
Save christianh814/fd30c6857187e4f1771735c95fd1aff2 to your computer and use it in GitHub Desktop.
sample-deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: example
name: example
spec:
replicas: 1
selector:
matchLabels:
app: example
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: example
spec:
containers:
- image: christianh814/gobg
name: gobg
resources: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment