fix(apps): revert combine ports (#3119)
* Revert "chore(apps): combine some ports" This reverts commit 6c3a74ab81c77e49a7a115f991862ba920092d51. * Revert "lints" This reverts commit b7f3ef949e26b4c4593b69dc2e910ff9dada932f. * bumps
This commit is contained in:
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/storj/storj
|
||||
- https://docs.storj.io/node/
|
||||
- https://hub.docker.com/r/storjlabs/storagenode
|
||||
version: 2.0.18
|
||||
version: 2.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -187,9 +187,9 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 14002
|
||||
- variable: core
|
||||
label: "Core Service"
|
||||
description: "Core Service"
|
||||
- variable: coretcp
|
||||
label: "Core TCP Service"
|
||||
description: "Core TCP Service"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
@@ -242,6 +242,14 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 28967
|
||||
- variable: coreudp
|
||||
label: "Core UDP Service"
|
||||
description: "Core UDP Service"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{serviceSelector}
|
||||
- variable: coreudp
|
||||
label: "Core UDP Service Port Configuration"
|
||||
schema:
|
||||
|
||||
@@ -26,7 +26,7 @@ service:
|
||||
main:
|
||||
port: 14002
|
||||
targetPort: 14002
|
||||
core:
|
||||
coretcp:
|
||||
enabled: true
|
||||
ports:
|
||||
coretcp:
|
||||
@@ -34,6 +34,9 @@ service:
|
||||
protocol: TCP
|
||||
port: 28967
|
||||
targetPort: 28967
|
||||
coreudp:
|
||||
enabled: true
|
||||
ports:
|
||||
coreudp:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
|
||||
Reference in New Issue
Block a user