add: kustomization

This commit is contained in:
2026-04-27 23:21:02 -07:00
parent f5b566b956
commit 8d147d81dd
2 changed files with 5 additions and 0 deletions
-20
View File
@@ -1,20 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: default
spec:
selector:
matchLabels:
app: nginx
replicas: 2 # tells deployment to run 2 pods matching the template
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80