first commit
This commit is contained in:
22
probes/client.yaml
Normal file
22
probes/client.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: client
|
||||
labels:
|
||||
app: client
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: client
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: client
|
||||
spec:
|
||||
containers:
|
||||
- name: client
|
||||
image: alpine:latest
|
||||
command:
|
||||
- sleep
|
||||
- "9999"
|
||||
Reference in New Issue
Block a user