Merge pull request #23165 from ariscahyadi/id-local-debug-app-introspection

ID localization for debug application cluster
This commit is contained in:
Kubernetes Prow Robot
2020-09-10 03:55:44 -07:00
committed by GitHub
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