DevCenter API Page (#15086)

Signed-off-by: mauraza <gibone@vmware.com>
This commit is contained in:
Ibone González Mauraza
2023-02-22 10:17:48 +01:00
committed by GitHub
parent 95873becd9
commit cdb4004638
4 changed files with 12 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
dependencies: dependencies:
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 17.7.6 version: 17.8.0
- name: postgresql - name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.2.1 version: 12.2.1
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 2.2.3 version: 2.2.3
digest: sha256:b6c3a908b5a14f1b86ae291e973c20e694df758ece9aa14ee9476a4791b9abad digest: sha256:f502a35537beec923cea79f6eb39ae3845eb392987e6ed838779a589ebad8689
generated: "2023-02-21T12:16:40.424220682Z" generated: "2023-02-21T17:56:27.071034033+01:00"

View File

@@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry - https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl - https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
- https://goharbor.io/ - https://goharbor.io/
version: 16.4.0 version: 16.4.1

View File

@@ -78,6 +78,10 @@ data:
proxy_buffering off; proxy_buffering off;
proxy_request_buffering off; proxy_request_buffering off;
} }
location /devcenter-api-2.0 {
try_files $uri $uri/ /swagger-ui-index.html;
}
location /api/ { location /api/ {
proxy_pass {{ $scheme }}://core/api/; proxy_pass {{ $scheme }}://core/api/;

View File

@@ -143,6 +143,10 @@ data:
proxy_buffering off; proxy_buffering off;
proxy_request_buffering off; proxy_request_buffering off;
} }
location /devcenter-api-2.0 {
try_files $uri $uri/ /swagger-ui-index.html;
}
location /api/ { location /api/ {
proxy_pass {{ $scheme }}://core/api/; proxy_pass {{ $scheme }}://core/api/;