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

38
deploy/34-route.yaml Normal file
View File

@@ -0,0 +1,38 @@
---
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TCPRoute
metadata:
name: coreid-ldaps
namespace: coreid
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: ListenerSet
name: coreid-ldaps
sectionName: ldaps
rules:
- backendRefs:
- name: coreid-ldaps
port: 636
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: coreid
namespace: coreid
labels:
p5x.garrettmills.dev/dns: 'true'
spec:
parentRefs:
- name: internal
namespace: p5x-gateway
# - name: public
# namespace: p5x-gateway
hostnames:
- coreid.apps.millslan.net
# - coreid.garrettmills.dev
rules:
- backendRefs:
- name: coreid
port: 80