Compare commits

...

3 Commits

Author SHA1 Message Date
36dce8cb0c feat(it-tools): Added replicas key (#9) 2024-08-16 23:03:31 +02:00
392a30a3c9 Revert "feat(doc): Update README.md"
This reverts commit 7ee7a18896.
2024-08-16 17:49:01 +02:00
7ee7a18896 feat(doc): Update README.md 2024-08-16 17:47:57 +02:00
3 changed files with 8 additions and 5 deletions

View File

@ -4,7 +4,7 @@ description: Collection of handy online tools for developers, with great UX.
home: https://github.com/plcnk/charts/tree/master/charts/it-tools home: https://github.com/plcnk/charts/tree/master/charts/it-tools
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg
type: application type: application
version: 2.1.0 version: 2.1.1
# renovate datasource=docker depName=ghcr.io/corentinth/it-tools # renovate datasource=docker depName=ghcr.io/corentinth/it-tools
appVersion: "2024.5.13-a0bc346" appVersion: "2024.5.13-a0bc346"
kubeVersion: ">=1.22.0-0" kubeVersion: ">=1.22.0-0"
@ -20,8 +20,8 @@ sources:
- https://github.com/CorentinTh/it-tools - https://github.com/CorentinTh/it-tools
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: added
description: Changed service port from 80 to 8080 description: Added replicas key
artifacthub.io/links: |- artifacthub.io/links: |-
- name: App Source - name: App Source
url: https://github.com/CorentinTh/it-tools url: https://github.com/CorentinTh/it-tools

View File

@ -2,7 +2,7 @@
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg" align="right" width="92" alt="it-tools logo"> <img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg" align="right" width="92" alt="it-tools logo">
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat) ![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 2024.5.13-a0bc346](https://img.shields.io/badge/AppVersion-2024.5.13--a0bc346-informational?style=flat) ![AppVersion: 2024.5.13-a0bc346](https://img.shields.io/badge/AppVersion-2024.5.13--a0bc346-informational?style=flat)
@ -11,7 +11,7 @@ Collection of handy online tools for developers, with great UX.
**Homepage:** <https://github.com/plcnk/charts/tree/master/charts/it-tools> **Homepage:** <https://github.com/plcnk/charts/tree/master/charts/it-tools>
**This chart is not maintained by the upstream project and any issues with the chart should be raised **This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=it-tools&version=2.1.0)** [here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=it-tools&version=2.1.1)**
## Source Code ## Source Code
@ -95,6 +95,7 @@ N/A
| controllers.main.pod.securityContext.runAsGroup | int | `65534` | Run as `nobody` group | | controllers.main.pod.securityContext.runAsGroup | int | `65534` | Run as `nobody` group |
| controllers.main.pod.securityContext.runAsNonRoot | bool | `true` | Run container as a non-root user | | controllers.main.pod.securityContext.runAsNonRoot | bool | `true` | Run container as a non-root user |
| controllers.main.pod.securityContext.runAsUser | int | `65534` | Run as `nobody` user | | controllers.main.pod.securityContext.runAsUser | int | `65534` | Run as `nobody` user |
| controllers.main.replicas | int | `1` | Number of desired pods |
| controllers.main.resources | object | `{}` | Set the resource requests / limits for the container. | | controllers.main.resources | object | `{}` | Set the resource requests / limits for the container. |
| controllers.main.type | string | `"deployment"` | Controller type | | controllers.main.type | string | `"deployment"` | Controller type |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |

View File

@ -10,6 +10,8 @@ controllers:
main: main:
# -- Controller type # -- Controller type
type: deployment type: deployment
# -- Number of desired pods
replicas: 1
containers: containers:
app: app:
image: image: