Skip to content

Commit

Permalink
clarify between route and ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Oct 10, 2019
1 parent c4d1529 commit e192e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/deploy_grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ When the config object in the `Grafana` CR is modified, then `grafana.ini` will

## Configuring the Ingress or Route

By default the operator will not create an Ingress or Route. This can be enabled via `spec.ingress` in the `Grafana` CR. Various other properties can also be configured:
By default the operator will not create an Ingress or Route. This can be enabled via `spec.ingress` in the `Grafana` CR.
The operator will create a Route when running on OpenShift, otherwise an Ingress. Various other properties can also be configured:

```yaml
spec:
Expand Down

0 comments on commit e192e33

Please sign in to comment.