Skip to content

Commit 95eb953

Browse files
committed
Remove support for Topology Aware Routing
1 parent a045cc6 commit 95eb953

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

charts/generic-service/templates/service.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ metadata:
66
name: {{ include "generic-service.fullname" . }}
77
labels: {{- include "generic-service.top-level-labels" . | nindent 4 }}
88
annotations:
9-
{{- if not .Values.autoscaling.enabled }}
10-
service.kubernetes.io/topology-mode: Auto
11-
{{- end }}
129
{{- $contour := contains "contour" .Values.ingress.class }}
1310
{{- range $_, $extra := .Values.ingress.extra }}{{ if eq $extra.class "contour" }}{{ $contour = "true" }}{{ end }}{{ end }}
1411
{{- if $contour }}

0 commit comments

Comments
 (0)