Skip to content

Commit

Permalink
DT-2702: 🔨 Use new generic service configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips committed Oct 11, 2021
1 parent bf205bd commit 095412d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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: 1.0.10
version: 1.0.15
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 0.1.4
Expand Down
3 changes: 0 additions & 3 deletions helm_deploy/hmpps-audit-poc-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ generic-service:
enabled: true
host: app-hostname.local # override per environment
tlsSecretName: hmpps-audit-poc-ui-cert
path: /

livenessProbe:
httpGet:
path: /ping

readinessProbe:
httpGet:
path: /ping

# Environment variables to load into the deployment
env:
Expand Down

0 comments on commit 095412d

Please sign in to comment.