Rework Docker CI config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
24
deploy/30-service.yaml
Normal file
24
deploy/30-service.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: coreid
|
||||
namespace: coreid
|
||||
spec:
|
||||
selector:
|
||||
app: coreid
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8000
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: coreid-ldaps
|
||||
namespace: coreid
|
||||
spec:
|
||||
selector:
|
||||
app: coreid
|
||||
ports:
|
||||
- port: 636
|
||||
targetPort: 636
|
||||
Reference in New Issue
Block a user