...

Text file src/edge-infra.dev/config/pallets/plank/gcpinfra/sub.yaml

Documentation: edge-infra.dev/config/pallets/plank/gcpinfra

     1apiVersion: pubsub.cnrm.cloud.google.com/v1beta1
     2kind: PubSubSubscription
     3metadata:
     4  name: plank-handler
     5spec:
     6  ackDeadlineSeconds: 60
     7  retainAckedMessages: false
     8  retryPolicy:
     9    maximumBackoff: 600s
    10    minimumBackoff: 5s
    11  topicRef:
    12    external: projects/${gcp_project_id}/topics/plank-incidents

View as plain text