fix(cinny): correct port

This commit is contained in:
WrenIX 2025-04-05 16:45:39 +02:00
parent 3b938f4ea1
commit 32c26c4b50
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: cinny
description: A Helm Chart to install cinny (yet another matrix client)
icon: https://cinny.in/assets/favicon-48x48.png
type: application
version: "0.2.1"
version: "0.2.2"
# renovate: image=ghcr.io/cinnyapp/cinny
appVersion: "4.6.0"
maintainers:

View file

@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)"
# cinny
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.0](https://img.shields.io/badge/AppVersion-4.6.0-informational?style=flat-square)
A Helm Chart to install cinny (yet another matrix client)
@ -102,7 +102,7 @@ helm uninstall cinny-release
| replicaCount | int | `1` | replicas |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.port | int | `8080` | |
| service.port | int | `80` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |

View file

@ -83,7 +83,7 @@ securityContext: {}
service:
type: ClusterIP
port: 8080
port: 80
networkPolicy:
enabled: false