Skip to content

Instantly share code, notes, and snippets.

@juliangroen
Created January 30, 2023 18:05
Show Gist options
  • Save juliangroen/8d0ca50bd69d98ad19d8dd768d418637 to your computer and use it in GitHub Desktop.
Save juliangroen/8d0ca50bd69d98ad19d8dd768d418637 to your computer and use it in GitHub Desktop.
Test Deployment Manifest
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: nginx
name: nginx
namespace: ballista
spec:
replicas: 1
selector:
matchLabels:
app: nginx
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: nginx
spec:
containers:
- image: nginx
name: nginx
resources: {}
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment