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
|
||||
namespace: authentik
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
type: NodePort
|
||||
selector:
|
||||
app.kubernetes.io/name: ak-outpost-ldap-outpost
|
||||
ports:
|
||||
- name: ldap
|
||||
port: 389
|
||||
targetPort: 3389
|
||||
nodePort: 30389
|
||||
protocol: TCP
|
||||
- name: ldaps
|
||||
port: 636
|
||||
targetPort: 6636
|
||||
nodePort: 30636
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user