Skip to content

Commit 80ff4e4

Browse files
committed
fix endpoint
1 parent bc6fdf7 commit 80ff4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: "1.16.0"
77

88
maintainers:

charts/ctrlplane/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
port:
3030
number: 3000
3131
- pathType: Prefix
32-
path: /api/v1/resource/proxy
32+
path: /api/v1/resources/proxy
3333
backend:
3434
service:
3535
name: {{ .Release.Name }}-pty-proxy

0 commit comments

Comments
 (0)