Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghettifunk authored Jun 10, 2020
1 parent 60064ee commit b696b02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Current chart version is `0.3.0`.

## Deploy Phoenix

We do not provide a public Docker repository where you can download the `phoenix` image from. You need to create your own repository and push the image over there and set it here.

The default values will create all the services that are required to make Phoenix work out of the box. Make sure you are setting properly the `ENV` variables to connect to `S3`. To install the chart simply run the below command:

```bash
Expand All @@ -21,7 +19,7 @@ If you find something that doesn't work, please open up an Issue or a PR! We :he
| fullnameOverride | string | `""` | |
| nameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | Image pull policy |
| image.repository | string | `"repository/phoenix"` | Image repository name |
| image.repository | string | `"docker.pkg.github.com/rtlnl/phoenix/phoenix"` | Image repository name |
| image.tag | string | `"latest"` | Image tag |
| ingress.annotations | object | `{}` | Ingress annotations (values are templated) |
| ingress.enabled | bool | `false` | Enables Ingress |
Expand Down Expand Up @@ -49,4 +47,4 @@ If you find something that doesn't work, please open up an Issue or a PR! We :he
| worker.data | string | `{}` | ENV Varibles to be set for the worker service |
| worker.replicaCount | int | `1` | Number of nodes |
| worker.resources | object | `{}` | CPU/Memory resource requests/limits |
| worker.tolerations | object | `{}` | Toleration labels for pod assignment |
| worker.tolerations | object | `{}` | Toleration labels for pod assignment |

0 comments on commit b696b02

Please sign in to comment.