Skip to content

Commit cbd344f

Browse files
authored
Merge pull request #72 from Profiidev/fix/ing
fix: ingress path
2 parents 916732d + 4998a64 commit cbd344f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

charts/charm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: charm
33
description: A Helm chart
44
type: application
5-
version: v0.1.1
5+
version: v0.1.2

charts/charm/templates/backend-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
http:
1818
paths:
1919
- pathType: ImplementationSpecific
20-
path: "/backend(.*)"
20+
path: "/backend/(.*)"
2121
backend:
2222
service:
2323
name: {{ .Chart.Name }}-backend

charts/positron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: positron
33
description: A Personal Website
44
type: application
5-
version: v0.1.17
5+
version: v0.1.18

charts/positron/templates/backend-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
http:
1818
paths:
1919
- pathType: ImplementationSpecific
20-
path: "/backend(.*)"
20+
path: "/backend/(.*)"
2121
backend:
2222
service:
2323
name: {{ .Chart.Name }}-backend

charts/proton/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: proton
33
description: A Minecraft Launcher
44
type: application
5-
version: v0.1.4
5+
version: v0.1.5

charts/proton/templates/backend-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
http:
1818
paths:
1919
- pathType: ImplementationSpecific
20-
path: "/backend(.*)"
20+
path: "/backend/(.*)"
2121
backend:
2222
service:
2323
name: {{ .Chart.Name }}-backend

0 commit comments

Comments
 (0)