Rework Docker CI config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-22 00:19:52 -05:00
parent 11ee636988
commit 679b2e47b3
11 changed files with 195 additions and 295 deletions

24
deploy/30-service.yaml Normal file
View 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