File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ maintainers:
4
4
url : https://kubito.dev
5
5
apiVersion : v2
6
6
appVersion : 2.2.1
7
- version : 1.2.0
7
+ version : 1.2.1
8
8
description : Kubito Penpot Helm Chart
9
9
home : https://github.com/kubitodev/helm/tree/main/charts/penpot
10
10
icon : https://kubito.dev/images/kubito.svg
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and
91
91
| ` frontend.image.imagePullPolicy ` | The image pull policy to use. | ` IfNotPresent ` |
92
92
| ` frontend.replicaCount ` | The number of replicas to deploy. | ` 1 ` |
93
93
| ` frontend.service.type ` | The service type to create. | ` ClusterIP ` |
94
- | ` frontend.service.port ` | The service port to use. Don't change unless you plan to configure NGINX yourself. | ` 8080 ` |
94
+ | ` frontend.service.port ` | The service port to use. Don't change unless you plan to configure NGINX yourself. | ` 80 ` |
95
95
| ` frontend.ingress.enabled ` | Enable ingress record generation for Penpot frontend. | ` false ` |
96
96
| ` frontend.ingress.annotations ` | Mapped annotations for the frontend ingress. | ` {} ` |
97
97
| ` frontend.ingress.hosts ` | Array style hosts for the frontend ingress. | ` [] ` |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ frontend:
109
109
110
110
service :
111
111
type : ClusterIP
112
- port : 8080
112
+ port : 80
113
113
114
114
ingress :
115
115
enabled : false
You can’t perform that action at this time.
0 commit comments