2022-06-25 20:55:06 -05:00
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
2026-09-22 00:19:52 -05:00
|
|
|
name: coreid
|
|
|
|
|
namespace: coreid
|
2022-06-25 20:55:06 -05:00
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
app: coreid
|
|
|
|
|
ports:
|
|
|
|
|
- port: 80
|
|
|
|
|
targetPort: 8000
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: coreid-ldaps
|
2026-09-22 00:19:52 -05:00
|
|
|
namespace: coreid
|
2022-06-25 20:55:06 -05:00
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
app: coreid
|
|
|
|
|
ports:
|
|
|
|
|
- port: 636
|
|
|
|
|
targetPort: 636
|