2026-09-22 00:19:52 -05:00
|
|
|
---
|
|
|
|
|
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
|
2026-09-22 00:33:52 -05:00
|
|
|
- name: public
|
|
|
|
|
namespace: p5x-gateway
|
2026-09-22 00:19:52 -05:00
|
|
|
hostnames:
|
|
|
|
|
- coreid.apps.millslan.net
|
2026-09-22 00:33:52 -05:00
|
|
|
- coreid.garrettmills.dev
|
2026-09-22 00:19:52 -05:00
|
|
|
rules:
|
|
|
|
|
- backendRefs:
|
|
|
|
|
- name: coreid
|
2026-09-22 00:33:52 -05:00
|
|
|
port: 80
|