add link to Application Introspection and Debugging guide

This commit is contained in:
Suraj Deshmukh
2017-11-24 15:43:48 +05:30
parent 0c289b6abf
commit ec4fbf70d4
2 changed files with 23 additions and 24 deletions
@@ -0,0 +1,20 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 2
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- containerPort: 80