initial checkin with timed order ui
This commit is contained in:
30
k8s/deployment.yaml
Normal file
30
k8s/deployment.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: dexorder-web
|
||||
labels:
|
||||
app: dexorder-web
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: dexorder-web
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: dexorder-web
|
||||
annotations:
|
||||
prometheus.io/scrape: "false"
|
||||
spec:
|
||||
containers:
|
||||
- name: dexorder-web
|
||||
image: $DEXORDER_WEB_IMAGE
|
||||
ports:
|
||||
- name: www
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 100M
|
||||
Reference in New Issue
Block a user