Skip to content

Commit

Permalink
Remove support for Topology Aware Routing
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Sep 7, 2024
1 parent a045cc6 commit 95eb953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/generic-service/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ metadata:
name: {{ include "generic-service.fullname" . }}
labels: {{- include "generic-service.top-level-labels" . | nindent 4 }}
annotations:
{{- if not .Values.autoscaling.enabled }}
service.kubernetes.io/topology-mode: Auto
{{- end }}
{{- $contour := contains "contour" .Values.ingress.class }}
{{- range $_, $extra := .Values.ingress.extra }}{{ if eq $extra.class "contour" }}{{ $contour = "true" }}{{ end }}{{ end }}
{{- if $contour }}
Expand Down

0 comments on commit 95eb953

Please sign in to comment.