From e02d93333e5de93a72b3212d0732acf159f2bdb0 Mon Sep 17 00:00:00 2001 From: Gunnar K Vilbergsson Date: Wed, 20 Nov 2024 09:00:54 +0000 Subject: [PATCH 1/2] Add application-system grant to user-notification --- apps/services/user-notification/infra/user-notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/services/user-notification/infra/user-notification.ts b/apps/services/user-notification/infra/user-notification.ts index 162a3a82d3d0..d71a994b67c6 100644 --- a/apps/services/user-notification/infra/user-notification.ts +++ b/apps/services/user-notification/infra/user-notification.ts @@ -111,6 +111,7 @@ export const userNotificationServiceSetup = (services: { 'nginx-ingress-internal', 'islandis', 'identity-server-delegation', + 'application-system', ) export const userNotificationWorkerSetup = (services: { From 89c8716b01cc5dba3910b59c335ba695025d7e42 Mon Sep 17 00:00:00 2001 From: andes-it Date: Wed, 20 Nov 2024 09:06:42 +0000 Subject: [PATCH 2/2] chore: charts update dirty files --- charts/islandis/values.dev.yaml | 3 +++ charts/islandis/values.prod.yaml | 3 +++ charts/islandis/values.staging.yaml | 3 +++ .../services/user-notification-cleanup-worker/values.dev.yaml | 1 + .../services/user-notification-cleanup-worker/values.prod.yaml | 1 + .../user-notification-cleanup-worker/values.staging.yaml | 1 + charts/services/user-notification-worker/values.dev.yaml | 1 + charts/services/user-notification-worker/values.prod.yaml | 1 + charts/services/user-notification-worker/values.staging.yaml | 1 + charts/services/user-notification/values.dev.yaml | 1 + charts/services/user-notification/values.prod.yaml | 1 + charts/services/user-notification/values.staging.yaml | 1 + 12 files changed, 18 insertions(+) diff --git a/charts/islandis/values.dev.yaml b/charts/islandis/values.dev.yaml index e0b594249329..cf7b2fabaa49 100644 --- a/charts/islandis/values.dev.yaml +++ b/charts/islandis/values.dev.yaml @@ -3092,6 +3092,7 @@ user-notification: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: @@ -3176,6 +3177,7 @@ user-notification-cleanup-worker: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: @@ -3291,6 +3293,7 @@ user-notification-worker: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/islandis/values.prod.yaml b/charts/islandis/values.prod.yaml index 516fc583a8ec..66ded2ed398d 100644 --- a/charts/islandis/values.prod.yaml +++ b/charts/islandis/values.prod.yaml @@ -2968,6 +2968,7 @@ user-notification: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: @@ -3052,6 +3053,7 @@ user-notification-cleanup-worker: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: @@ -3167,6 +3169,7 @@ user-notification-worker: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/islandis/values.staging.yaml b/charts/islandis/values.staging.yaml index a522f4f6e697..f0836bbb7380 100644 --- a/charts/islandis/values.staging.yaml +++ b/charts/islandis/values.staging.yaml @@ -2829,6 +2829,7 @@ user-notification: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: @@ -2913,6 +2914,7 @@ user-notification-cleanup-worker: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: @@ -3028,6 +3030,7 @@ user-notification-worker: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification-cleanup-worker/values.dev.yaml b/charts/services/user-notification-cleanup-worker/values.dev.yaml index 0a120dea2a1a..9e558ec19c87 100644 --- a/charts/services/user-notification-cleanup-worker/values.dev.yaml +++ b/charts/services/user-notification-cleanup-worker/values.dev.yaml @@ -36,6 +36,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification-cleanup-worker/values.prod.yaml b/charts/services/user-notification-cleanup-worker/values.prod.yaml index d8fce489b1a7..43ba4e7bf3c7 100644 --- a/charts/services/user-notification-cleanup-worker/values.prod.yaml +++ b/charts/services/user-notification-cleanup-worker/values.prod.yaml @@ -36,6 +36,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification-cleanup-worker/values.staging.yaml b/charts/services/user-notification-cleanup-worker/values.staging.yaml index f2e7f59cd8c1..946da9daabf0 100644 --- a/charts/services/user-notification-cleanup-worker/values.staging.yaml +++ b/charts/services/user-notification-cleanup-worker/values.staging.yaml @@ -36,6 +36,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification-worker/values.dev.yaml b/charts/services/user-notification-worker/values.dev.yaml index 1bf7c01440c1..9b31936004f0 100644 --- a/charts/services/user-notification-worker/values.dev.yaml +++ b/charts/services/user-notification-worker/values.dev.yaml @@ -59,6 +59,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification-worker/values.prod.yaml b/charts/services/user-notification-worker/values.prod.yaml index 2ce3c5f1e8f6..505fd0fc1186 100644 --- a/charts/services/user-notification-worker/values.prod.yaml +++ b/charts/services/user-notification-worker/values.prod.yaml @@ -59,6 +59,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification-worker/values.staging.yaml b/charts/services/user-notification-worker/values.staging.yaml index 6016cd6dfdea..20c9089348c6 100644 --- a/charts/services/user-notification-worker/values.staging.yaml +++ b/charts/services/user-notification-worker/values.staging.yaml @@ -59,6 +59,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification/values.dev.yaml b/charts/services/user-notification/values.dev.yaml index de82ce62f772..31c759a45806 100644 --- a/charts/services/user-notification/values.dev.yaml +++ b/charts/services/user-notification/values.dev.yaml @@ -56,6 +56,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification/values.prod.yaml b/charts/services/user-notification/values.prod.yaml index 5431ce0f5d1c..b6d09de39826 100644 --- a/charts/services/user-notification/values.prod.yaml +++ b/charts/services/user-notification/values.prod.yaml @@ -56,6 +56,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: diff --git a/charts/services/user-notification/values.staging.yaml b/charts/services/user-notification/values.staging.yaml index f4c312c8b9fa..e6dc9bc23264 100644 --- a/charts/services/user-notification/values.staging.yaml +++ b/charts/services/user-notification/values.staging.yaml @@ -56,6 +56,7 @@ grantNamespaces: - 'nginx-ingress-internal' - 'islandis' - 'identity-server-delegation' + - 'application-system' grantNamespacesEnabled: true healthCheck: liveness: