We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eebd7 commit c55d607Copy full SHA for c55d607
1 file changed
charts/hookd/templates/ingress.yaml
@@ -4,29 +4,6 @@ metadata:
4
name: {{ include "hookd.name" . }}
5
labels:
6
{{- 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 }}
30
spec:
31
ingressClassName: external-haproxy
32
rules:
0 commit comments