fix external-service port not being editable
This commit is contained in:
@@ -23,4 +23,4 @@ name: external-service
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/stable/external-service
|
- https://github.com/truecharts/apps/tree/master/charts/stable/external-service
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|||||||
@@ -118,12 +118,11 @@ questions:
|
|||||||
- value: "UDP"
|
- value: "UDP"
|
||||||
description: "UDP"
|
description: "UDP"
|
||||||
- variable: port
|
- variable: port
|
||||||
label: "Container Port"
|
label: "Service Port"
|
||||||
|
description: "Both the external service port and internal service port will be the same"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 80
|
||||||
editable: false
|
|
||||||
hidden: false
|
|
||||||
|
|
||||||
- variable: ingress
|
- variable: ingress
|
||||||
label: ""
|
label: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user