File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
{{- else }}
10
10
{{- fail "Error: Either https or http must be enabled in serverConfig!" }}
11
11
{{- end }}
12
-
13
- (index .Values "config" "serverConfig" "http-server.http.port") -}}
14
12
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
15
13
{{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
16
14
{{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ config:
12
12
http-server.https.port : 8443
13
13
http-server.https.keystore.path : /etc/scratch/tls.pem
14
14
15
+ ingress :
16
+ enabled : true
17
+
15
18
volumes :
16
19
- name : certificates
17
20
secret :
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ config:
24
24
managedApps :
25
25
- io.trino.gateway.ha.clustermonitor.ActiveClusterMonitor
26
26
27
+ ingress :
28
+ enabled : true
29
+
27
30
resources :
28
31
limits :
29
32
cpu : 500m
You can’t perform that action at this time.
0 commit comments