We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e9407 commit db25a72Copy full SHA for db25a72
src/services/gcp/infrabox-service-gcp/templates/deployment.yaml
@@ -52,6 +52,8 @@ spec:
52
value: {{ .Values.allow_ips | quote }}
53
- name: GC_ENABLED
54
value: {{ .Values.gc_enabled | quote }}
55
+ - name: INFRABOX_PARALLEL_LOG_PULL
56
+ value: {{ .Values.infrabox_parallel_log_pull | quote }}
57
{{ if .Values.gc_enabled }}
58
- name: GC_CLUSTER_MAX_AGE
59
value: {{ .Values.gc_cluster_max_age | quote }}
src/services/gcp/infrabox-service-gcp/values.yaml
@@ -23,3 +23,5 @@ gc_interval: 3600
23
log_level: info
24
25
allow_ips:
26
+
27
+infrabox_parallel_log_pull: 2
0 commit comments