Skip to content

Commit

Permalink
Add resources requests/limits to oauth_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvp8510 committed May 13, 2019
1 parent a5c3011 commit b902167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/inject/oauth-proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ func getOAuthProxyContainer(jaeger *v1.Jaeger) corev1.Container {
Name: "public",
},
},
Resources: jaeger.Spec.Ingester.Resources,
}
}

0 comments on commit b902167

Please sign in to comment.