Initial commit
This commit is contained in:
21
user-monitoring-demo/templates/demo-deploy.yaml
Normal file
21
user-monitoring-demo/templates/demo-deploy.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: example-web-python
|
||||
name: example-web-python
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: example-web-python
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: example-web-python
|
||||
spec:
|
||||
containers:
|
||||
- image: quay.io/acend/example-web-python
|
||||
imagePullPolicy: Always
|
||||
name: example-web-python
|
||||
restartPolicy: Always
|
||||
Reference in New Issue
Block a user