fix(cinny): correct port
This commit is contained in:
parent
3b938f4ea1
commit
32c26c4b50
3 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)"
|
|||
|
||||
# cinny
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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` | |
|
||||
|
|
|
@ -83,7 +83,7 @@ securityContext: {}
|
|||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
port: 80
|
||||
|
||||
networkPolicy:
|
||||
enabled: false
|
||||
|
|
Loading…
Add table
Reference in a new issue