no message
This commit is contained in:
parent
041494e110
commit
7573ad8f12
|
@ -24,7 +24,7 @@ maintainers:
|
|||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
|
|
@ -424,16 +424,16 @@ questions:
|
|||
schema:
|
||||
type: int
|
||||
default: 8008
|
||||
- variable: replication
|
||||
label: "Replication Service"
|
||||
description: "The Replication Service"
|
||||
- variable: federation
|
||||
label: "federation Service"
|
||||
description: "The federation service"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{serviceSelector}
|
||||
- variable: replication
|
||||
label: "Replication Service Port Configuration"
|
||||
- variable: federation
|
||||
label: "federation Service Port Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -443,7 +443,7 @@ questions:
|
|||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9092
|
||||
default: 8448
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
|
@ -478,62 +478,7 @@ questions:
|
|||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 9092
|
||||
- variable: metrics
|
||||
label: "Metrics Service"
|
||||
description: "The Metrics Service"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{serviceSelector}
|
||||
- variable: metrics
|
||||
label: "Replication Service Port Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 9093
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: protocol
|
||||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
- value: TCP
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
- variable: nodePort
|
||||
label: "Node Port (Optional)"
|
||||
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
|
||||
schema:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
- variable: targetPort
|
||||
label: "Target Port"
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 9093
|
||||
default: 8008
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
|
|
|
@ -18,6 +18,11 @@ service:
|
|||
main:
|
||||
port: 8008
|
||||
targetPort: 8008
|
||||
federation:
|
||||
ports:
|
||||
federation:
|
||||
port: 8448
|
||||
targetPort: 8008
|
||||
replication:
|
||||
enabled: true
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue