feat: Proposed fix dialog (#17576)
* feat: add errors to Pod Drawer Signed-off-by: Matthew Clarke <mclarke@spotify.com> * fix: lint fix Signed-off-by: Matthew Clarke <mclarke@spotify.com> * test: useMatchingErrorTest Signed-off-by: Matthew Clarke <mclarke@spotify.com> * feat: pod fix dialog for errors Signed-off-by: Matthew Clarke <mclarke@spotify.com> * fix: link Signed-off-by: Matthew Clarke <mclarke@spotify.com> * fix: icon tweak Signed-off-by: Matthew Clarke <mclarke@spotify.com> --------- Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
@@ -32,6 +32,42 @@ spec:
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: dice-roller-incorrect-probe
|
||||
labels:
|
||||
'backstage.io/kubernetes-id': dice-roller
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: dice-roller-incorrect-probe
|
||||
replicas: 2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: dice-roller-incorrect-probe
|
||||
'backstage.io/kubernetes-id': dice-roller
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:1.14.2
|
||||
resources:
|
||||
requests:
|
||||
memory: '64Mi'
|
||||
cpu: '50m'
|
||||
limits:
|
||||
memory: '128Mi'
|
||||
cpu: '50m'
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
Reference in New Issue
Block a user