Skip to content

Instantly share code, notes, and snippets.

@christianh814
Created January 30, 2025 16:30
Show Gist options
  • Save christianh814/6a50efdd84bf5fa7bc90a18cae430568 to your computer and use it in GitHub Desktop.
Save christianh814/6a50efdd84bf5fa7bc90a18cae430568 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: nginx
name: nginx
namespace: demo
spec:
replicas: 1
selector:
matchLabels:
app: nginx
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: nginx
spec:
containers:
- image: nginx
name: nginx
resources: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment