Added staging
This commit is contained in:
20
k8s/stage/deployment.yaml
Normal file
20
k8s/stage/deployment.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: flask-app
|
||||
namespace: staging
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: flask-app
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: flask-app
|
||||
spec:
|
||||
containers:
|
||||
- name: flask-app
|
||||
image: PLACEHOLDER_IMAGE
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
Reference in New Issue
Block a user