Files
CoreID/deploy/34-route.yaml
garrettmills 679b2e47b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Rework Docker CI config
2026-09-22 00:19:52 -05:00

38 lines
745 B
YAML

---
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