36 lines
969 B
Markdown
36 lines
969 B
Markdown
# 3proxy
|
|
|
|
Important note: Since the chart is released together with the app under the same version (i.e., the chart version
|
|
matches the app version), its versioning is not compatible with semantic versioning (SemVer). I will do my best to
|
|
avoid non-backward-compatible changes in the chart, but due to Murphy's Law, I cannot guarantee that they will
|
|
never occur.
|
|
|
|
Also, this chart does not include Ingress configuration. If you need it, please, create it manually.
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
helm repo add tarampampam https://tarampampam.github.io/3proxy-docker/helm-charts
|
|
helm repo update
|
|
|
|
helm install proxy-3proxy tarampampam/proxy-3proxy
|
|
```
|
|
|
|
Alternatively, add the following lines to your `Chart.yaml`:
|
|
|
|
```yaml
|
|
dependencies:
|
|
- name: proxy-3proxy
|
|
version: <version>
|
|
repository: https://tarampampam.github.io/proxy-3proxy/helm-charts
|
|
```
|
|
|
|
And override the default values in your `values.yaml`:
|
|
|
|
```yaml
|
|
proxy-3proxy:
|
|
# ...
|
|
service: {port: 8800}
|
|
# ...
|
|
```
|