feat: Added lldap
This commit is contained in:
13
apps/lldap/base/http-route.yaml
Normal file
13
apps/lldap/base/http-route.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: lldap
|
||||
namespace: lldap
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: gateway
|
||||
namespace: default
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: lldap
|
||||
port: 17170
|
||||
Reference in New Issue
Block a user