Add kubernetes deployment specs

This commit is contained in:
2022-06-25 20:55:06 -05:00
parent 04ea16743d
commit 562ada3af5
10 changed files with 339 additions and 3 deletions

24
deploy/2-service.yaml Normal file
View File

@@ -0,0 +1,24 @@
---
apiVersion: v1
kind: Service
metadata:
name: coreid-web
namespace: starship
spec:
selector:
app: coreid
ports:
- port: 80
targetPort: 8000
---
apiVersion: v1
kind: Service
metadata:
name: coreid-ldaps
namespace: starship
spec:
selector:
app: coreid
ports:
- port: 636
targetPort: 636