From 19fd7278e4d4eafa48cbd7f3cc6e6db4b8ecd873 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Mon, 16 Sep 2024 16:39:16 +0100 Subject: [PATCH] Enable ingress in central deployment --- charts/apps/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/apps/values.yaml b/charts/apps/values.yaml index 72d3b2d..8db6aea 100644 --- a/charts/apps/values.yaml +++ b/charts/apps/values.yaml @@ -21,3 +21,10 @@ opa: bundlerSecret: name: token-authorization key: bearer + ingress: + enabled: true + hosts: + - host: authz.diamond.ac.uk + paths: + - path: / + pathType: Prefix