Skip to content

Commit

Permalink
Set default ingress paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmaia committed Jan 29, 2021
1 parent e595d5c commit 7637947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/sorry-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ https://sorry-cypress.dev/api#configuration
| `api.ingress.labels` | Ingress labels | `{}` |
| `api.ingress.annotations` | Ingress annotations | `{}` |
| `api.ingress.hosts[0].host` | Hostname to the service installation | `api.chart-example.local` |
| `api.ingress.hosts[0].path` | Root path to the service installation | `/` |
| `api.ingress.tls` | Ingress secrets for TLS certificates | `[]` |

### Dashboard service
Expand All @@ -92,6 +93,7 @@ https://sorry-cypress.dev/dashboard#configuration
| `dashboard.ingress.labels` | Ingress labels | `{}` |
| `dashboard.ingress.annotations` | Ingress annotations | `{}` |
| `dashboard.ingress.hosts[0].host` | Hostname to the service installation | `dashboard.chart-example.local` |
| `dashboard.ingress.hosts[0].path` | Root path to the service installation | `/` |
| `dashboard.ingress.tls` | Ingress secrets for TLS certificates | `[]` |

### Director service
Expand Down

0 comments on commit 7637947

Please sign in to comment.