feat: Configure Keel service as a disabled LoadBalancer with external port 9300.
This commit is contained in:
@@ -23,7 +23,10 @@ spec:
|
|||||||
user: admin
|
user: admin
|
||||||
password: admin
|
password: admin
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
enabled: false
|
||||||
|
type: LoadBalancer
|
||||||
|
externalPort: 9300
|
||||||
|
clusterIP: ""
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
|||||||
Reference in New Issue
Block a user