Skip to content

Commit d7a8993

Browse files
committed
FEAT/MAJOR: kubernetes-ingress: Use the builtin HTTP server as default backend
Signed-off-by: Dinko Korunic <[email protected]>
1 parent a12f875 commit d7a8993

11 files changed

+0
-553
lines changed

kubernetes-ingress/templates/controller-daemonset.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ spec:
100100
- --configmap={{ .Release.Namespace }}/{{ template "kubernetes-ingress.fullname" . }}
101101
- --http-bind-port={{ .Values.controller.containerPort.http }}
102102
- --https-bind-port={{ .Values.controller.containerPort.https }}
103-
{{- if .Values.defaultBackend.enabled }}
104-
- --default-backend-service={{ .Release.Namespace }}/{{ template "kubernetes-ingress.defaultBackend.fullname" . }}
105-
{{- end }}
106103
{{- if .Values.controller.ingressClass }}
107104
- --ingress.class={{ .Values.controller.ingressClass }}
108105
{{- end }}

kubernetes-ingress/templates/controller-deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ spec:
101101
- --configmap={{ .Release.Namespace }}/{{ template "kubernetes-ingress.fullname" . }}
102102
- --http-bind-port={{ .Values.controller.containerPort.http }}
103103
- --https-bind-port={{ .Values.controller.containerPort.https }}
104-
{{- if .Values.defaultBackend.enabled }}
105-
- --default-backend-service={{ .Release.Namespace }}/{{ template "kubernetes-ingress.defaultBackend.fullname" . }}
106-
{{- end }}
107104
{{- if .Values.controller.ingressClass }}
108105
- --ingress.class={{ .Values.controller.ingressClass }}
109106
{{- end }}

kubernetes-ingress/templates/default-backend-deployment.yaml

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

kubernetes-ingress/templates/default-backend-hpa.yaml

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

kubernetes-ingress/templates/default-backend-podsecuritypolicy.yaml

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

kubernetes-ingress/templates/default-backend-pullsecret.yaml

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

kubernetes-ingress/templates/default-backend-role.yaml

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

kubernetes-ingress/templates/default-backend-rolebinding.yaml

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

0 commit comments

Comments
 (0)