From 86a8e60ec6a0d3c4ed2e5c17c583129339381df6 Mon Sep 17 00:00:00 2001 From: Mike Pond <32133001+P0NDER0SA@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:03:13 -0500 Subject: [PATCH] turning kustomize back on for dev so that our cron job doesn't fail recreating dev over the weekend (#3203) --- env/dev/kustomization.yaml | 100 ++++++++++++++++++------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/env/dev/kustomization.yaml b/env/dev/kustomization.yaml index 75a49f70b..34c168844 100644 --- a/env/dev/kustomization.yaml +++ b/env/dev/kustomization.yaml @@ -5,23 +5,23 @@ resources: - fluentbit.yaml - cwagent.yaml - cwagent-configmap.yaml - # - notification-service-account.yaml - # - api-target-group.yaml - # - admin-target-group.yaml - # - document-download-api-target-group.yaml - # - documentation-target-group.yaml + - notification-service-account.yaml + - api-target-group.yaml + - admin-target-group.yaml + - document-download-api-target-group.yaml + - documentation-target-group.yaml - ../../base/prometheus-cloudwatch - # - ../../base/notify-admin - # - ../../base/notify-api - # - ../../base/notify-celery-other - # - ../../base/notify-celery-main-primary - # - ../../base/notify-celery-sms-send-primary - # - ../../base/notify-celery-email-send-primary - # - ../../base/notify-celery-main-scalable - # - ../../base/notify-celery-sms-send-scalable - # - ../../base/notify-celery-email-send-scalable - # - ../../base/notify-document-download - # - ../../base/notify-documentation + - ../../base/notify-admin + - ../../base/notify-api + - ../../base/notify-celery-other + - ../../base/notify-celery-main-primary + - ../../base/notify-celery-sms-send-primary + - ../../base/notify-celery-email-send-primary + - ../../base/notify-celery-main-scalable + - ../../base/notify-celery-sms-send-scalable + - ../../base/notify-celery-email-send-scalable + - ../../base/notify-document-download + - ../../base/notify-documentation - ../../base/notify-system images: @@ -34,45 +34,45 @@ images: - name: documentation newName: public.ecr.aws/cds-snc/notify-documentation:latest -# patches: -# - path: performance/admin-hpa-patch.yaml -# - path: performance/api-hpa-patch.yaml -# - path: performance/celery-email-send-primary-deployment-patch.yaml -# - path: performance/celery-email-send-scalable-deployment-patch.yaml -# - path: performance/celery-email-send-scalable-hpa-patch.yaml -# - path: performance/celery-primary-deployment-patch.yaml -# - path: performance/celery-scalable-deployment-patch.yaml -# - path: performance/celery-scalable-hpa-patch.yaml -# - path: performance/celery-sms-send-primary-deployment-patch.yaml -# - path: performance/celery-sms-send-scalable-deployment-patch.yaml -# - path: performance/celery-sms-send-scalable-hpa-patch.yaml +patches: + - path: performance/admin-hpa-patch.yaml + - path: performance/api-hpa-patch.yaml + - path: performance/celery-email-send-primary-deployment-patch.yaml + - path: performance/celery-email-send-scalable-deployment-patch.yaml + - path: performance/celery-email-send-scalable-hpa-patch.yaml + - path: performance/celery-primary-deployment-patch.yaml + - path: performance/celery-scalable-deployment-patch.yaml + - path: performance/celery-scalable-hpa-patch.yaml + - path: performance/celery-sms-send-primary-deployment-patch.yaml + - path: performance/celery-sms-send-scalable-deployment-patch.yaml + - path: performance/celery-sms-send-scalable-hpa-patch.yaml -# - path: services/admin-service-patch.yaml -# - path: services/api-service-patch.yaml -# - path: services/document-download-api-service-patch.yaml -# - path: services/documentation-service-patch.yaml + - path: services/admin-service-patch.yaml + - path: services/api-service-patch.yaml + - path: services/document-download-api-service-patch.yaml + - path: services/documentation-service-patch.yaml - path: cwagent/cwagent-deployment-patch.yaml -# - path: nodeselectors/admin-node-selector-patch.yaml -# - path: nodeselectors/celery-api-node-selector-patch.yaml -# - path: nodeselectors/celery-beat-node-selector-patch.yaml -# - path: nodeselectors/celery-email-send-node-selector-patch.yaml -# - path: nodeselectors/celery-email-send-scalable-node-selector-patch.yaml -# - path: nodeselectors/celery-primary-node-selector-patch.yaml -# - path: nodeselectors/celery-scalable-node-selector-patch.yaml -# - path: nodeselectors/celery-sms-node-selector-patch.yaml -# - path: nodeselectors/celery-sms-send-node-selector-patch.yaml -# - path: nodeselectors/celery-sms-send-scalable-node-selector-patch.yaml -# - path: nodeselectors/document-download-api-node-selector-patch.yaml -# - path: nodeselectors/documentation-node-selector-patch.yaml + - path: nodeselectors/admin-node-selector-patch.yaml + - path: nodeselectors/celery-api-node-selector-patch.yaml + - path: nodeselectors/celery-beat-node-selector-patch.yaml + - path: nodeselectors/celery-email-send-node-selector-patch.yaml + - path: nodeselectors/celery-email-send-scalable-node-selector-patch.yaml + - path: nodeselectors/celery-primary-node-selector-patch.yaml + - path: nodeselectors/celery-scalable-node-selector-patch.yaml + - path: nodeselectors/celery-sms-node-selector-patch.yaml + - path: nodeselectors/celery-sms-send-node-selector-patch.yaml + - path: nodeselectors/celery-sms-send-scalable-node-selector-patch.yaml + - path: nodeselectors/document-download-api-node-selector-patch.yaml + - path: nodeselectors/documentation-node-selector-patch.yaml -# - path: celery-init-delete/celery-email-send-primary-init-delete-patch.yaml -# - path: celery-init-delete/celery-email-send-scalable-init-delete-patch.yaml -# - path: celery-init-delete/celery-primary-init-delete-patch.yaml -# - path: celery-init-delete/celery-scalable-init-delete-patch.yaml -# - path: celery-init-delete/celery-sms-send-primary-init-delete-patch.yaml -# - path: celery-init-delete/celery-sms-send-scalable-init-delete-patch.yaml + - path: celery-init-delete/celery-email-send-primary-init-delete-patch.yaml + - path: celery-init-delete/celery-email-send-scalable-init-delete-patch.yaml + - path: celery-init-delete/celery-primary-init-delete-patch.yaml + - path: celery-init-delete/celery-scalable-init-delete-patch.yaml + - path: celery-init-delete/celery-sms-send-primary-init-delete-patch.yaml + - path: celery-init-delete/celery-sms-send-scalable-init-delete-patch.yaml configMapGenerator: - envs: