ID localization for debug application cluster

Add nginx-with-request yaml for debug application cluster
This commit is contained in:
Aris Cahyadi Risdianto
2020-08-15 22:33:29 +07:00
parent 1d91623257
commit dd1c2cd330
2 changed files with 424 additions and 0 deletions
@@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 80