Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
IvanHunters
464c1d8d67 remove nodePortAllocate key
Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2025-07-24 13:08:14 +03:00
IvanHunters
a942b38bd5 [lb] enable nodeports for services
Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2025-07-24 10:42:07 +03:00
7 changed files with 0 additions and 7 deletions

View file

@ -8,7 +8,6 @@ spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
{{- if .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
{{- end }}
ports:
- name: ferretdb

View file

@ -10,7 +10,6 @@ spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
{{- if .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
{{- end }}
selector:
app: {{ .Release.Name }}-haproxy

View file

@ -7,7 +7,6 @@ spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
{{- if .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
{{- end }}
ports:
- name: postgres

View file

@ -11,7 +11,6 @@ spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
{{- if .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
{{- end }}
selector:
app.kubernetes.io/component: redis

View file

@ -10,7 +10,6 @@ spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
{{- if .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
{{- end }}
selector:
app: {{ .Release.Name }}-haproxy

View file

@ -13,7 +13,6 @@ metadata:
spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
selector:
{{- include "virtual-machine.selectorLabels" . | nindent 4 }}
ports:

View file

@ -13,7 +13,6 @@ metadata:
spec:
type: {{ ternary "LoadBalancer" "ClusterIP" .Values.external }}
externalTrafficPolicy: Local
allocateLoadBalancerNodePorts: false
selector:
{{- include "virtual-machine.selectorLabels" . | nindent 4 }}
ports: