All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
38 lines
745 B
YAML
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 |