add kustomize

This commit is contained in:
2023-03-15 11:24:41 +07:00
parent 5ffd029bee
commit f42422262a
18 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: guestbook
spec:
replicas: 4
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
spec:
containers:
- name: guestbook-app
resources:
requests:
cpu: 200m
memory: 200Mi