Skip to content

Commit

Permalink
KANSUP74-24 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RVanhuysseXenit authored Dec 19, 2024
1 parent f049aae commit 54a2792
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,15 @@ nginx rules to redirect the normal pages to a 503 maintenance page.
* Default: nginx-default-service
* Description: the default service name that ingress will point to

**Note: root redirect on nginx**: Nginx can be configured to redirect from root to a specific app through annotations.
```yaml
ingress:
host: alf1.xenit.eu
protocol: https
ingressAnnotations:
nginx.ingress.kubernetes.io/app-root: /share
```
#### `ingress.defaultPath.port`

* Required: true
Expand Down Expand Up @@ -2336,4 +2345,4 @@ additional settings can be added through additionalEnvironmentVariables.
storage: 2
efs:
volumeHandle: "efs-identifier"
```
```

0 comments on commit 54a2792

Please sign in to comment.