Skip to content

Commit

Permalink
Merge pull request #98 from cloud-pi-native/console/add-swagger-ui-in…
Browse files Browse the repository at this point in the history
…gress-config

feat: ✨ add swagger-ui ingress config
  • Loading branch information
this-is-tobi authored Dec 15, 2024
2 parents 927af52 + 15754c6 commit bcb72e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/dso-console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cpn-console
description: A Helm chart to deploy Cloud Pi Native Console
type: application
version: 1.12.0
version: 1.13.0
appVersion: 8.20.0
keywords: []
home: https://cloud-pi-native.fr
Expand Down
2 changes: 1 addition & 1 deletion charts/dso-console/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cpn-console

![Version: 1.12.0](https://img.shields.io/badge/Version-1.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.20.0](https://img.shields.io/badge/AppVersion-8.20.0-informational?style=flat-square)
![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.20.0](https://img.shields.io/badge/AppVersion-8.20.0-informational?style=flat-square)

A Helm chart to deploy Cloud Pi Native Console

Expand Down
9 changes: 8 additions & 1 deletion charts/dso-console/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ spec:
name: {{ $fullName }}-client
port:
number: {{ $svcPortClient }}
- path: /api/
- path: /api
pathType: Prefix
backend:
service:
name: {{ $fullName }}-server
port:
number: {{ $svcPortServer }}
- path: /swagger-ui
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit bcb72e2

Please sign in to comment.