Skip to content

Commit

Permalink
MAN-227 - update helm files
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent 947812b commit 18844e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-manage-a-supervision-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: '1.0'
description: A Helm chart for Kubernetes
name: hmpps-manage-a-supervision-ui
name: manage-people-on-probation-ui
version: 0.2.0
dependencies:
- name: generic-service
Expand Down
10 changes: 5 additions & 5 deletions helm_deploy/hmpps-manage-a-supervision-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ generic-service:
replicaCount: 4

image:
repository: quay.io/hmpps/hmpps-manage-a-supervision-ui
repository: ghcr.io/ministryofjustice/hmpps-manage-a-supervision-ui
tag: app_version # override at deployment time
port: 3000

ingress:
enabled: true
host: app-hostname.local # override per environment
tlsSecretName: hmpps-manage-a-supervision-ui-cert
tlsSecretName: hmpps-manage-people-on-probation-ui-cert

livenessProbe:
httpGet:
Expand Down Expand Up @@ -43,7 +43,7 @@ generic-service:
# [name of environment variable as seen by app]: [key of kubernetes secret to load]

namespace_secrets:
hmpps-manage-a-supervision-ui:
hmpps-manage-people-on-probation-ui:
APPINSIGHTS_INSTRUMENTATIONKEY: "APPINSIGHTS_INSTRUMENTATIONKEY"
API_CLIENT_ID: "API_CLIENT_ID"
API_CLIENT_SECRET: "API_CLIENT_SECRET"
Expand All @@ -64,7 +64,7 @@ generic-service:
- internal
- unilink_staff

serviceAccountName: manage-a-supervision-ui
serviceAccountName: manage-people-on-probation-ui

generic-prometheus-alerts:
targetApplication: hmpps-manage-a-supervision-ui
targetApplication: hmpps-manage-people-on-probation-ui

0 comments on commit 18844e6

Please sign in to comment.