Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts/portal] NORALLY: disable ngnix status access for controller #332

Open
wants to merge 2 commits into
base: develop/portal
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "5.3"
description: CA API Developer Portal
name: portal
version: 2.4.1
version: 2.4.2
type: application
home: https://github.com/CAAPIM/apim-charts
maintainers:
Expand Down
2 changes: 2 additions & 0 deletions charts/portal/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,8 @@ ingress-nginx:
config:
# 30MB is the max file size we allow for the custom pages and 15MB for GW Bundle.so max is set to 32
proxy-body-size: "32m"
# disable external access to nginx-status
nginx-status-ipv4-whitelist: ""
publishService:
enabled: true
extraArgs:
Expand Down
2 changes: 2 additions & 0 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,8 @@ ingress-nginx:
config:
# 30MB is the max file size we allow for the custom pages and 15MB for GW Bundle.so max is set to 32
proxy-body-size: "32m"
# disable external access to nginx-status
nginx-status-ipv4-whitelist: ""
publishService:
enabled: true
extraArgs:
Expand Down
Loading