Skip to content

Commit 1fc296d

Browse files
committed
Remove defaultBackend functionality
1 parent db2dd9e commit 1fc296d

File tree

14 files changed

+4
-1004
lines changed

14 files changed

+4
-1004
lines changed

bitnami/contour/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## 22.0.0
3+
* Remove `defaultBackend` functionality
24

35
## 21.1.2
46
* Use images directly from contour and envoy instead of bitnami

bitnami/contour/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ maintainers:
2020
name: contour
2121
sources:
2222
- https://github.com/bitnami/charts/tree/main/bitnami/contour
23-
version: 21.1.2
23+
version: 22.0.0

bitnami/contour/README.md

Lines changed: 0 additions & 109 deletions
Large diffs are not rendered by default.

bitnami/contour/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ APP VERSION: {{ .Chart.AppVersion }}
4242
{{- include "contour.validateValues" . }}
4343
{{- include "common.warnings.rollingTag" .Values.contour.image }}
4444
{{- include "common.warnings.rollingTag" .Values.envoy.image }}
45-
{{- include "common.warnings.resources" (dict "sections" (list "contour" "defaultBackend" "envoy" "envoy.shutdownManager") "context" $) }}
45+
{{- include "common.warnings.resources" (dict "sections" (list "contour" "envoy" "envoy.shutdownManager") "context" $) }}

bitnami/contour/templates/_common.tpl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -550,13 +550,6 @@ Return the appropriate apiVersion for Horizontal Pod Autoscaler.
550550
{{- print "autoscaling/v2" -}}
551551
{{- end -}}
552552

553-
{{/*
554-
Return the appropriate apiVersion for ingress.
555-
*/}}
556-
{{- define "common.capabilities.ingress.apiVersion" -}}
557-
{{- print "networking.k8s.io/v1" -}}
558-
{{- end -}}
559-
560553
{{/*
561554
Return the appropriate apiVersion for poddisruptionbudget.
562555
*/}}

bitnami/contour/templates/contour/networkpolicy.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ spec:
5454
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 14 }}
5555
app.kubernetes.io/component: envoy
5656
{{- end }}
57-
{{- if .Values.defaultBackend.enabled }}
58-
# Allow outbound connections to envoy
59-
- ports:
60-
- port: {{ .Values.defaultBackend.containerPorts.http }}
61-
to:
62-
- podSelector:
63-
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 14 }}
64-
app.kubernetes.io/component: default-backend
65-
{{- end }}
6657
{{- if .Values.contour.networkPolicy.extraEgress }}
6758
{{- include "common.tplvalues.render" ( dict "value" .Values.contour.networkPolicy.extraEgress "context" $ ) | nindent 4 }}
6859
{{- end }}

bitnami/contour/templates/default-backend/deployment.yaml

Lines changed: 0 additions & 172 deletions
This file was deleted.

bitnami/contour/templates/default-backend/ingress.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

bitnami/contour/templates/default-backend/networkpolicy.yaml

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)