Skip to content

Commit c55d607

Browse files
committed
fix(ingress): remove nginx ingress
1 parent 11eebd7 commit c55d607

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

charts/hookd/templates/ingress.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,6 @@ metadata:
44
name: {{ include "hookd.name" . }}
55
labels:
66
{{- include "hookd.labels" . | nindent 4 }}
7-
annotations:
8-
nginx.ingress.kubernetes.io/backend-protocol: HTTP
9-
nginx.ingress.kubernetes.io/use-regex: "true"
10-
spec:
11-
ingressClassName: {{ .Values.ingress.className }}
12-
rules:
13-
- host: {{ .Values.ingress.host | quote }}
14-
http:
15-
paths:
16-
- path: /(api|logs|events)
17-
pathType: ImplementationSpecific
18-
backend:
19-
service:
20-
name: {{ include "hookd.name" . }}
21-
port:
22-
number: 80
23-
---
24-
apiVersion: networking.k8s.io/v1
25-
kind: Ingress
26-
metadata:
27-
name: {{ include "hookd.name" . }}-haproxy
28-
labels:
29-
{{- include "hookd.labels" . | nindent 4 }}
307
spec:
318
ingressClassName: external-haproxy
329
rules:

0 commit comments

Comments
 (0)