Add k8s deploy config

This commit is contained in:
2022-06-07 23:07:37 -05:00
parent 2fede56806
commit 01abe766c7
16 changed files with 167 additions and 113 deletions

11
deploy/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
apiVersion: v1
kind: Service
metadata:
name: garrettmills-dev-service
spec:
selector:
app: garrettmills-dev
ports:
- port: 80
targetPort: 8000