Skip to content

Commit

Permalink
OPSEXP-2339: restore api-explorer ingress (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: alxgomz <[email protected]>
  • Loading branch information
alxgomz and alxgomz authored Oct 13, 2023
1 parent 5b36ab3 commit 874cf59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-repository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: alfresco-repository
description: Alfresco content repository Helm chart
type: application
version: 0.1.0-alpha.17
version: 0.1.0-alpha.18
appVersion: 23.1.0-A21
dependencies:
- name: alfresco-common
Expand Down
4 changes: 3 additions & 1 deletion charts/alfresco-repository/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# alfresco-repository

![Version: 0.1.0-alpha.17](https://img.shields.io/badge/Version-0.1.0--alpha.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.0-A21](https://img.shields.io/badge/AppVersion-23.1.0--A21-informational?style=flat-square)
![Version: 0.1.0-alpha.18](https://img.shields.io/badge/Version-0.1.0--alpha.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 23.1.0-A21](https://img.shields.io/badge/AppVersion-23.1.0--A21-informational?style=flat-square)

Alfresco content repository Helm chart

Expand Down Expand Up @@ -85,6 +85,8 @@ Alfresco content repository Helm chart
| ingress.enabled | bool | `true` | Toggle ingress |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| ingress.hosts[0].paths[1].path | string | `"/api-explorer"` | |
| ingress.hosts[0].paths[1].pathType | string | `"Prefix"` | |
| ingress.tls | list | `[]` | |
| livenessProbe.httpGet.path | string | `"/alfresco/api/-default-/public/alfresco/versions/1/probes/-live-"` | |
| livenessProbe.httpGet.port | string | `"http"` | |
Expand Down
2 changes: 2 additions & 0 deletions charts/alfresco-repository/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ ingress:
- paths:
- path: /
pathType: Prefix
- path: /api-explorer
pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:
Expand Down

0 comments on commit 874cf59

Please sign in to comment.