initial checkin with timed order ui

This commit is contained in:
Tim Olson
2023-08-27 21:01:17 -04:00
commit 986a876f86
39 changed files with 2592 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: dexorder-web
labels:
app: dexorder-web
spec:
type: NodePort
selector:
app: dexorder-web
ports:
- name: web
port: 80
targetPort: 80
protocol: TCP