2025-02-02 15:01:41 +04:00
..
2025-02-02 14:37:12 +04:00
2025-02-02 15:01:41 +04:00
2025-02-02 14:37:12 +04:00
2025-02-02 15:01:41 +04:00
2025-02-02 15:01:41 +04:00

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

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:

dependencies:
  - name: proxy-3proxy
    version: <version>
    repository: https://tarampampam.github.io/proxy-3proxy/helm-charts

And override the default values in your values.yaml:

proxy-3proxy:
  # ...
  service: {port: 8800}
  # ...