Skip to content

Commit

Permalink
config pub/sub sub to never expire. (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucstjean-ssc authored Aug 22, 2023
1 parent 07507c1 commit 50e8104
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ spec:
resourceID: gke-cluster-notification-pubsub-sub
# Retain acknowledged messages
retainAckedMessages: true
# This ensures that the subscription never expires - ttl: ""
expirationPolicy:
ttl: ""
topicRef:
name: project-id-gke-cluster-notification-pubsub-topic # kpt-set: ${project-id}-gke-cluster-notification-pubsub-topic
namespace: client-name-logging # kpt-set: ${client-name}-logging

0 comments on commit 50e8104

Please sign in to comment.