Skip to content

Commit 9394c31

Browse files
committed
2 parents 8351aff + 59d2c89 commit 9394c31

156 files changed

Lines changed: 1259 additions & 204 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/flink/1.17/plans/standard-2c4g/bind.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ credential:
77
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
88
{{- end }}
99

10+
- name: JOBMANAGER_DOMAIN
11+
value: {{ include "flink.jobmanager.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
12+
1013
- name: JOBMANAGER_HOST
1114
valueFrom:
1215
serviceRef:

addons/flink/1.17/plans/standard-4c8g/bind.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ credential:
77
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
88
{{- end }}
99

10+
- name: JOBMANAGER_DOMAIN
11+
value: {{ include "flink.jobmanager.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
12+
1013
- name: JOBMANAGER_HOST
1114
valueFrom:
1215
serviceRef:

addons/kvrocks/2.8/chart/kvrocks/templates/sentinel/statefulset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ spec:
392392
-master {{ .Values.sentinel.masterSet }} \
393393
-sentinel-addr ${POD_IP}:{{ .Values.sentinel.containerPorts.sentinel }} \
394394
-sentinel-pass $(KVROCKS_REQUIREPASS) \
395-
-sentinel-user ""
395+
-sentinel-user "" \
396+
-max-procs={{ .Values.proxy.maxProcs }}
396397
{{- end }}
397398
env:
398399
- name: POD_IP

addons/kvrocks/2.8/chart/kvrocks/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,8 @@ proxy:
11851185
## @param sentinel.args Override default container args (useful when using custom images)
11861186
##
11871187
args: []
1188+
# max-procs
1189+
maxProcs: 1
11881190
## @param sentinel.preExecCmds Additional commands to run prior to starting kvrocks; Sentinel
11891191
##
11901192
preExecCmds: []

addons/kvrocks/2.8/plans/standard-16c32g1024/bind.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ credential:
88
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
99
{{- end }}
1010

11+
- name: MASTER_DOMAIN
12+
value: {{ printf "%s-master" (include "common.names.fullname" .) }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
13+
1114
- name: MASTER_HOST
1215
valueFrom:
1316
serviceRef:
@@ -36,6 +39,9 @@ credential:
3639
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
3740
{{- end }}
3841

42+
- name: REPLICAS_DOMAIN
43+
value: {{ printf "%s-replicas" (include "common.names.fullname" .) }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
44+
3945
- name: REPLICAS_HOST
4046
valueFrom:
4147
serviceRef:
@@ -58,6 +64,9 @@ credential:
5864
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
5965
{{- end }}
6066

67+
- name: DOMAIN
68+
value: {{ template "common.names.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
69+
6170
- name: HOST
6271
valueFrom:
6372
serviceRef:

addons/kvrocks/2.8/plans/standard-16c32g1024/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ proxy:
131131
##
132132
resources:
133133
limits:
134-
cpu: 500m
135-
memory: 512Mi
134+
cpu: 1
135+
memory: 1Gi
136136
requests:
137-
cpu: 250m
138-
memory: 256Mi
137+
cpu: 500m
138+
memory: 512Mi

addons/kvrocks/2.8/plans/standard-1c2g64/bind.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ credential:
88
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
99
{{- end }}
1010

11+
- name: MASTER_DOMAIN
12+
value: {{ printf "%s-master" (include "common.names.fullname" .) }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
13+
1114
- name: MASTER_HOST
1215
valueFrom:
1316
serviceRef:
@@ -36,6 +39,9 @@ credential:
3639
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
3740
{{- end }}
3841

42+
- name: REPLICAS_DOMAIN
43+
value: {{ printf "%s-replicas" (include "common.names.fullname" .) }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
44+
3945
- name: REPLICAS_HOST
4046
valueFrom:
4147
serviceRef:
@@ -58,6 +64,9 @@ credential:
5864
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
5965
{{- end }}
6066

67+
- name: DOMAIN
68+
value: {{ template "common.names.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
69+
6170
- name: HOST
6271
valueFrom:
6372
serviceRef:

addons/kvrocks/2.8/plans/standard-1c2g64/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ proxy:
132132
##
133133
resources:
134134
limits:
135-
cpu: 500m
136-
memory: 512Mi
135+
cpu: 1
136+
memory: 1Gi
137137
requests:
138-
cpu: 250m
139-
memory: 256Mi
138+
cpu: 500m
139+
memory: 512Mi

addons/kvrocks/2.8/plans/standard-2c4g128/bind.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ credential:
88
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
99
{{- end }}
1010

11+
- name: MASTER_DOMAIN
12+
value: {{ printf "%s-master" (include "common.names.fullname" .) }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
13+
1114
- name: MASTER_HOST
1215
valueFrom:
1316
serviceRef:
@@ -36,6 +39,9 @@ credential:
3639
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
3740
{{- end }}
3841

42+
- name: REPLICAS_DOMAIN
43+
value: {{ printf "%s-replicas" (include "common.names.fullname" .) }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
44+
3945
- name: REPLICAS_HOST
4046
valueFrom:
4147
serviceRef:
@@ -58,6 +64,9 @@ credential:
5864
jsonpath: '{ .status.loadBalancer.ingress[*].ip }'
5965
{{- end }}
6066

67+
- name: DOMAIN
68+
value: {{ template "common.names.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
69+
6170
- name: HOST
6271
valueFrom:
6372
serviceRef:

addons/kvrocks/2.8/plans/standard-2c4g128/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ proxy:
132132
##
133133
resources:
134134
limits:
135-
cpu: 500m
136-
memory: 512Mi
135+
cpu: 1
136+
memory: 1Gi
137137
requests:
138-
cpu: 250m
139-
memory: 256Mi
138+
cpu: 500m
139+
memory: 512Mi

0 commit comments

Comments
 (0)