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

Migrating project to use groups in allowlist #80

Merged
merged 2 commits into from
Nov 22, 2023
Merged
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 helm_deploy/hmpps-audit-poc-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: hmpps-audit-poc-ui
version: 0.2.0
dependencies:
- name: generic-service
version: 2.6.5
version: "2.8"
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.3.3
Expand Down
16 changes: 4 additions & 12 deletions helm_deploy/hmpps-audit-poc-ui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
generic-service:
nameOverride: hmpps-audit-poc-ui
serviceAccountName: hmpps-audit-poc-ui
Expand All @@ -8,12 +7,12 @@ generic-service:

image:
repository: quay.io/hmpps/hmpps-audit-poc-ui
tag: app_version # override at deployment time
tag: app_version # override at deployment time
port: 3000

ingress:
enabled: true
host: app-hostname.local # override per environment
host: app-hostname.local # override per environment
tlsSecretName: hmpps-audit-poc-ui-cert
path: /

Expand Down Expand Up @@ -61,15 +60,8 @@ generic-service:
REDIS_AUTH_TOKEN: "auth_token"

allowlist:
office: "217.33.148.210/32"
health-kick: "35.177.252.195/32"
petty-france-wifi: "213.121.161.112/28"
global-protect: "35.176.93.186/32"
mojvpn: "81.134.202.29/32"
cloudplatform-live-1: "35.178.209.113/32"
cloudplatform-live-2: "3.8.51.207/32"
cloudplatform-live-3: "35.177.252.54/32"

groups:
- internal

generic-prometheus-alerts:
targetApplication: hmpps-audit-poc-ui