Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3780d5d

Browse files
jyecuschdavemooreuws
authored andcommitted
add ttl config options
1 parent 81db9da commit 3780d5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/providers/pulumi/gcp.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ cdn:
136136
zone-name: yourzone
137137
# A valid subdomain for the DNS Zone to use for the deployed websites endpoint
138138
domain-name: app.example.com
139+
# The following configuration values are optional
140+
# Specify the TTL the CDN sends in the Cache-Control or Expires headers to clients
141+
client-ttl: 3600
142+
# Specify the TTL for content cached by the CDN when the origin server does not provide any caching directives
143+
default-ttl: 604800
144+
# Skip CDN cache invalidation during deployments (defaults to false)
145+
skip-cache-invalidation: true
139146
140147
# Configure your deployed services
141148
config:

0 commit comments

Comments
 (0)