Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 15, 2024
1 parent bc6fdf7 commit 80ff4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.3.1
version: 0.3.2
appVersion: "1.16.0"

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/ctrlplane/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
port:
number: 3000
- pathType: Prefix
path: /api/v1/resource/proxy
path: /api/v1/resources/proxy
backend:
service:
name: {{ .Release.Name }}-pty-proxy
Expand Down

0 comments on commit 80ff4e4

Please sign in to comment.