Skip to content

Commit

Permalink
🔧 (ascii-movie): Add concurrent streams env
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 25, 2023
1 parent 73e0a2d commit d914113
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/ascii-movie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Star Wars movie SSH and Telnet server
home: https://charts.gabe565.com/charts/ascii-movie/
icon: https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg
type: application
version: 0.10.1
version: 0.10.2
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-movie
appVersion: 1.5.1
kubeVersion: ">=1.22.0-0"
Expand All @@ -21,8 +21,8 @@ sources:
- https://github.com/gabe565/ascii-movie
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/gabe565/ascii-movie Docker tag to v1.5.1
- kind: added
description: Add concurrent streams env
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/ascii-movie
Expand Down
7 changes: 4 additions & 3 deletions charts/ascii-movie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg" align="right" width="92" alt="ascii-movie logo">

![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat)
![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Star Wars movie SSH and Telnet server
**Homepage:** <https://charts.gabe565.com/charts/ascii-movie/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.10.1)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.10.2)**

## Source Code

Expand Down Expand Up @@ -83,7 +83,8 @@ N/A
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| env | string | See [values.yaml](./values.yaml) | Environment variables. [[ref]](https://github.com/gabe565/ascii-movie/blob/main/docs/ascii-movie_serve.md) |
| env | object | See [values.yaml](./values.yaml) | Environment variables. [[ref]](https://github.com/gabe565/ascii-movie/blob/main/docs/ascii-movie_serve.md) |
| env.ASCII_MOVIE_CONCURRENT_STREAMS | int | `10` | Number of concurrent streams allowed from an IP address. Set to 0 to disable. |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"ghcr.io/gabe565/ascii-movie"` | image repository. |
| image.tag | string | `"1.5.1"` | image tag |
Expand Down
2 changes: 2 additions & 0 deletions charts/ascii-movie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ controller:
# -- Environment variables. [[ref]](https://github.com/gabe565/ascii-movie/blob/main/docs/ascii-movie_serve.md)
# @default -- See [values.yaml](./values.yaml)
env:
# -- Number of concurrent streams allowed from an IP address. Set to 0 to disable.
ASCII_MOVIE_CONCURRENT_STREAMS: 10
# ASCII_MOVIE_SPEED:

# -- Configures service settings for the chart.
Expand Down

0 comments on commit d914113

Please sign in to comment.