Skip to content

Commit

Permalink
feat: DEVOPS-1460 cloud armor policies for staging services
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlops committed Aug 29, 2024
1 parent 7ccd88d commit bf454ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions products/devex/cd/overlays/staging/backend-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: cloud.google.com/v1

Check failure on line 1 in products/devex/cd/overlays/staging/backend-config.yaml

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
kind: BackendConfig
metadata:
name: devex
labels:
app.kubernetes.io/name: devex
spec:
securityPolicy:
name: gke-d-staging-01-ase1-security-policies
1 change: 1 addition & 0 deletions products/devex/cd/overlays/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Kustomization

resources:
- ../../base
- backend-config.yaml
- certificate.yaml

patches:
Expand Down

0 comments on commit bf454ab

Please sign in to comment.