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)
|
description: A Helm Chart to install cinny (yet another matrix client)
|
||||||
icon: https://cinny.in/assets/favicon-48x48.png
|
icon: https://cinny.in/assets/favicon-48x48.png
|
||||||
type: application
|
type: application
|
||||||
version: "0.2.1"
|
version: "0.2.2"
|
||||||
# renovate: image=ghcr.io/cinnyapp/cinny
|
# renovate: image=ghcr.io/cinnyapp/cinny
|
||||||
appVersion: "4.6.0"
|
appVersion: "4.6.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm Chart to install cinny (yet another matrix client)"
|
||||||
|
|
||||||
# cinny
|
# cinny
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm Chart to install cinny (yet another matrix client)
|
A Helm Chart to install cinny (yet another matrix client)
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ helm uninstall cinny-release
|
||||||
| replicaCount | int | `1` | replicas |
|
| replicaCount | int | `1` | replicas |
|
||||||
| resources | object | `{}` | |
|
| resources | object | `{}` | |
|
||||||
| securityContext | object | `{}` | |
|
| securityContext | object | `{}` | |
|
||||||
| service.port | int | `8080` | |
|
| service.port | int | `80` | |
|
||||||
| service.type | string | `"ClusterIP"` | |
|
| service.type | string | `"ClusterIP"` | |
|
||||||
| serviceAccount.annotations | object | `{}` | |
|
| serviceAccount.annotations | object | `{}` | |
|
||||||
| serviceAccount.create | bool | `true` | |
|
| serviceAccount.create | bool | `true` | |
|
||||||
|
|
|
@ -83,7 +83,7 @@ securityContext: {}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8080
|
port: 80
|
||||||
|
|
||||||
networkPolicy:
|
networkPolicy:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue