mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change from loadbalancer to nodeport
This commit is contained in:
@@ -4,15 +4,17 @@ metadata:
|
|||||||
name: ldap-outpost-external
|
name: ldap-outpost-external
|
||||||
namespace: authentik
|
namespace: authentik
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: NodePort
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: ak-outpost-ldap-outpost
|
app.kubernetes.io/name: ak-outpost-ldap-outpost
|
||||||
ports:
|
ports:
|
||||||
- name: ldap
|
- name: ldap
|
||||||
port: 389
|
port: 389
|
||||||
targetPort: 3389
|
targetPort: 3389
|
||||||
|
nodePort: 30389
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: ldaps
|
- name: ldaps
|
||||||
port: 636
|
port: 636
|
||||||
targetPort: 6636
|
targetPort: 6636
|
||||||
|
nodePort: 30636
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user