feat(it-tools): Change service port to 8080 (#8)

* fix(actions): Add NET_BIND_SERVICE capability

* test(it-tools): Remove capabilities options

* feat(it-tools): Removed liveness & readiness probes

* feat(actions): Update chart testing workflow

* test(actions): Re-add probes & test security context

* feat(it-tools): Changed service port to 8080

* feat(doc): Be more specific in the changelog
This commit is contained in:
Romain Pluciennik
2024-08-16 17:30:20 +02:00
committed by GitHub
parent 6afaf6cf65
commit 882dc805cf
9 changed files with 19 additions and 18 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
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg
type: application
version: 2.0.0
version: 2.1.0
# renovate datasource=docker depName=ghcr.io/corentinth/it-tools
appVersion: "2024.5.13-a0bc346"
kubeVersion: ">=1.22.0-0"
@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Major chart overhaul. Now using bjw-s's common library chart.
description: Changed service port from 80 to 8080
artifacthub.io/links: |-
- name: App Source
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">
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-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)
@ -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>
**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.0.0)**
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=it-tools&version=2.1.0)**
## Source Code

View File

@ -18,7 +18,7 @@ configMaps:
include /etc/nginx/mime.types;
server {
listen 80;
listen 8080;
server_name _;
root /usr/share/nginx/html;
index index.html;
@ -59,7 +59,7 @@ controllers:
containers:
app:
ports:
- containerPort: 80
- containerPort: 8080
name: http
protocol: TCP
probes:

View File

@ -62,7 +62,7 @@ service:
controller: main
ports:
http:
port: 80
port: 8080
# -- Configure persistence for the chart under this key.
# @default -- See [values.yaml](./values.yaml)