Skip to content

Commit

Permalink
Merge pull request #273 from MrHohn/backend-config-beta-annotation
Browse files Browse the repository at this point in the history
Fix BackendConfigKey to use beta
  • Loading branch information
nicksardo authored May 17, 2018
2 parents 63d0c52 + baac49e commit 11cb13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/annotations/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
// Examples:
// - '{"ports":{"my-https-port":"config-https","my-http-port":"config-http"}}'
// - '{"default":"config-default","ports":{"my-https-port":"config-https"}}'
BackendConfigKey = "alpha.cloud.google.com/backend-config"
BackendConfigKey = "beta.cloud.google.com/backend-config"

// ProtocolHTTP protocol for a service
ProtocolHTTP AppProtocol = "HTTP"
Expand Down

0 comments on commit 11cb13b

Please sign in to comment.