File tree 2 files changed +4
-7
lines changed
charts/adhoc-defaultbackend/v0.1.8
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: El "backend predeterminado" es un servicio que maneja todas las rut
6
6
7
7
type : application
8
8
9
- version : 0.1.7
9
+ version : 0.1.8
10
10
11
11
appVersion : " stable-alpine"
12
12
Original file line number Diff line number Diff line change @@ -13,21 +13,18 @@ metadata:
13
13
{{- include "adhoc-defaultbackend.labels" . | nindent 4 }}
14
14
{{- with .Values.ingress.annotations }}
15
15
annotations :
16
+ nginx.ingress.kubernetes.io/rewrite-target : /$1
16
17
{{- toYaml . | nindent 4 }}
17
18
{{- end }}
18
19
spec :
19
20
rules :
20
21
- http :
21
22
paths :
22
- - path : /
23
- pathType : " Prefix "
23
+ - path : /(.*)
24
+ pathType : " ImplementationSpecific "
24
25
backend :
25
- # serviceName: {{ include "adhoc-defaultbackend.fullname" . }}
26
- # servicePort: 80
27
26
service :
28
27
name : {{ include "adhoc-defaultbackend.fullname" . }}
29
28
port :
30
29
number : 80
31
-
32
-
33
30
{{- end }}
You can’t perform that action at this time.
0 commit comments