Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! ref: Move babylon catalog status under oa…
Browse files Browse the repository at this point in the history
…uth proxy (#1903)
  • Loading branch information
aleixhub committed May 17, 2024
1 parent ca05efd commit b16913e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ui:
status:
name: # default use chart name + '-status'
image:
tag: v1.0.2
tag: v1.0.3
repository: quay.io/redhat-gpte/babylon-catalog-status
pullPolicy: IfNotPresent
replicaCount: 1
Expand Down
1 change: 1 addition & 0 deletions catalog/status/nginx-default-cfg/redirect.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
location ~* \.(?:css|js)$ {
rewrite ^/status/(.*) /$1 break;
try_files $uri =404;
access_log off;
add_header Cache-Control "public";
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ catalog:
memory: "256Mi"
status:
image:
tag: v1.0.2
tag: v1.0.3
repository: quay.io/redhat-gpte/babylon-catalog-status
pullPolicy: IfNotPresent
replicaCount: 1
Expand Down

0 comments on commit b16913e

Please sign in to comment.