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