change to alert emoji

This commit is contained in:
Simon Larsen
2023-10-17 14:48:54 +01:00
parent 9850bcf0e7
commit fcf916bdfe

View File

@@ -57,9 +57,9 @@ The following table lists the configurable parameters of the OneUptime chart and
| Parameter | Description | Default | Change Required |
| --------- | ----------- | ------- | --------------- |
| `global.storageClass` | Storage class to be used for all persistent volumes | `nil` | |
| `host` | Hostname for the ingress | `localhost` | |
| `httpProtocol` | If the server is hosted with SSL/TLS cert then change this value to https | `http` | |
| `global.storageClass` | Storage class to be used for all persistent volumes | `nil` | 🚨 |
| `host` | Hostname for the ingress | `localhost` | 🚨 |
| `httpProtocol` | If the server is hosted with SSL/TLS cert then change this value to https | `http` | 🚨 |
| `image.registry` | Docker image registry | `docker.io` | |
| `image.repository` | Docker image repository | `oneuptime` | |
| `image.tag` | Docker image tag | `release` |