From bf454abe68624b8c7d18637c3ea3064c61d611d1 Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Thu, 29 Aug 2024 10:50:38 +0400 Subject: [PATCH] feat: DEVOPS-1460 cloud armor policies for staging services --- products/devex/cd/overlays/staging/backend-config.yaml | 9 +++++++++ products/devex/cd/overlays/staging/kustomization.yaml | 1 + 2 files changed, 10 insertions(+) create mode 100644 products/devex/cd/overlays/staging/backend-config.yaml diff --git a/products/devex/cd/overlays/staging/backend-config.yaml b/products/devex/cd/overlays/staging/backend-config.yaml new file mode 100644 index 000000000..258d10ef7 --- /dev/null +++ b/products/devex/cd/overlays/staging/backend-config.yaml @@ -0,0 +1,9 @@ +apiVersion: cloud.google.com/v1 +kind: BackendConfig +metadata: + name: devex + labels: + app.kubernetes.io/name: devex +spec: + securityPolicy: + name: gke-d-staging-01-ase1-security-policies \ No newline at end of file diff --git a/products/devex/cd/overlays/staging/kustomization.yaml b/products/devex/cd/overlays/staging/kustomization.yaml index 87148c910..a5f70d1b0 100644 --- a/products/devex/cd/overlays/staging/kustomization.yaml +++ b/products/devex/cd/overlays/staging/kustomization.yaml @@ -3,6 +3,7 @@ kind: Kustomization resources: - ../../base + - backend-config.yaml - certificate.yaml patches: