Add kubernetes deployment specs
This commit is contained in:
24
deploy/2-service.yaml
Normal file
24
deploy/2-service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user