Skip to content

Commit

Permalink
docs: update helm chart frontend ingress examples (#4668)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilliad1 authored Oct 30, 2024
1 parent 02f5f71 commit 63facbf
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/docs/deployment/hosting/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ ingress:
frontend:
enabled: true
hosts:
- host: flagsmith.[MYDOMAIN]
paths:
- /
- flagsmith.[MYDOMAIN]
```
Then, once any out-of-cluster DNS or CDN changes have been applied, access `https://flagsmith.[MYDOMAIN]` in a browser.
Expand All @@ -85,9 +83,8 @@ ingress:
frontend:
enabled: true
hosts:
- host: flagsmith.[MYDOMAIN]
paths:
- /
- flagsmith.[MYDOMAIN]
api:
enabled: true
hosts:
Expand Down Expand Up @@ -118,9 +115,7 @@ ingress:
frontend:
enabled: true
hosts:
- host: flagsmith.local
paths:
- /
- flagsmith.local
```

and apply. This will create two ingress resources.
Expand Down Expand Up @@ -459,8 +454,7 @@ The following table lists the configurable parameters of the chart and their def
| `ingress.frontend.enabled` | | `false` |
| `ingress.frontend.ingressClassName` | | |
| `ingress.frontend.annotations` | | `{}` |
| `ingress.frontend.hosts[].host` | | `chart-example.local` |
| `ingress.frontend.hosts[].paths` | | `[]` |
| `ingress.frontend.hosts` | List of hostnames for frontend ingress | `[chart-example.local]` |
| `ingress.frontend.tls` | | `[]` |
| `ingress.api.enabled` | | `false` |
| `ingress.api.ingressClassName` | | |
Expand Down

0 comments on commit 63facbf

Please sign in to comment.