Skip to content

Commit

Permalink
Create test-karpinter
Browse files Browse the repository at this point in the history
  • Loading branch information
thelman authored Nov 28, 2023
0 parents commit f65ea50
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test-karpinter
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: test
labels:
app: nginx
spec:
replicas: 4
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
resources:
requests:
cpu: "1"
memory: 1Gi
ports:
- containerPort: 80

0 comments on commit f65ea50

Please sign in to comment.