diff --git a/charts/incubator/storj-node/Chart.yaml b/charts/incubator/storj-node/Chart.yaml new file mode 100644 index 00000000000..d624b2c99b2 --- /dev/null +++ b/charts/incubator/storj-node/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.49.5" +dependencies: +- name: common + repository: https://truecharts.org + version: 9.1.2 +description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner +home: https://github.com/truecharts/apps/tree/master/charts/stable/storj-node +icon: https://truecharts.org/_static/img/appicons/storj-node.png +keywords: +- storj +- storage +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: storj-node +sources: +- https://github.com/storj/storj +- https://docs.storj.io/node/ +- https://hub.docker.com/r/storjlabs/storagenode +version: 0.0.1 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/charts/incubator/storj-node/SKIPINSTALL b/charts/incubator/storj-node/SKIPINSTALL new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/storj-node/questions.yaml b/charts/incubator/storj-node/questions.yaml new file mode 100644 index 00000000000..46484844a7b --- /dev/null +++ b/charts/incubator/storj-node/questions.yaml @@ -0,0 +1,509 @@ +# Include{groups} +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true +# Include{global} + - variable: controller + group: "Controller" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" +# Include{controllerExpert} + - variable: secret + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: WALLET + label: "WALLET" + description: "A wallet address to receive STORJ token payouts for running the node." + schema: + type: string + default: "" + required: true + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: SETUP + label: "SETUP (Change to false after first deploy)" + description: "After first deploy, come back to change it to false." + schema: + type: boolean + default: true + - variable: EMAIL + label: "EMAIL" + description: "Email address so that we can notify you when a new version has been released." + schema: + type: string + default: "" + - variable: ADDRESS + label: "ADDRESS" + description: "External IP address or the DDNS you configured and the port you opened on your router" + schema: + type: string + default: "" + required: true + - variable: STORAGE + label: "STORAGE" + description: "How much disk space you want to allocate to the Storj network. Be sure not to over-allocate space! Allow at least 10% extra for overhead" + schema: + type: string + default: "500GB" + required: true + +# Include{containerConfig} + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} + - variable: main + label: "Main 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: 14002 + 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: 14002 + - variable: coretcp + label: "Core TCP Service" + description: "Core TCP Service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} + - variable: coretcp + label: "Core TCP 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: 28967 + 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: 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: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 28967 + 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: 28967 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + +# Include{serviceExpert} + +# Include{serviceList} + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + additional_attrs: true + type: dict + attrs: + - variable: identity + label: "App Identity Storage" + description: "Stores the Identity." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" +# Include{persistenceBasic} + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" +# Include{persistenceAdvanced} + - variable: storage + label: "File Storage" + description: "File Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "hostPath" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" +# Include{persistenceBasic} + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" +# Include{persistenceAdvanced} + +# Include{persistenceList} + + - variable: ingress + label: "" + group: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} + +# Include{ingressTLS} + +# Include{ingressTraefik} + +# Include{ingressExpert} + +# Include{ingressList} + +# Include{security} + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + additional_attrs: true + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true +# Include{securityContextAdvanced} + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + additional_attrs: true + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 +# Include{podSecurityContextAdvanced} + +# Include{resources} + +# Include{advanced} + +# Include{addons} diff --git a/charts/incubator/storj-node/templates/common.yaml b/charts/incubator/storj-node/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/charts/incubator/storj-node/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/charts/incubator/storj-node/values.yaml b/charts/incubator/storj-node/values.yaml new file mode 100644 index 00000000000..e69ea5674e0 --- /dev/null +++ b/charts/incubator/storj-node/values.yaml @@ -0,0 +1,44 @@ +image: + repository: storjlabs/storagenode + tag: 6e7a89161-v1.49.5-go1.17.5@sha256:62f5c05ffabb0fe5d2e0c556a91c08fe6b47ff20df95f350739fa8c07f628877 + pullPolicy: IfNotPresent + +secret: + WALLET: "walletaddress" + +env: + SETUP: true + EMAIL: "" + ADDRESS: "" + STORAGE: "500GB" + +service: + main: + ports: + main: + port: 14002 + targetPort: 14002 + coretcp: + enabled: true + ports: + coretcp: + enabled: true + protocol: TCP + port: 28967 + targetPort: 28967 + coreudp: + enabled: true + ports: + coreudp: + enabled: true + protocol: UDP + port: 28967 + targetPort: 28967 + +persistence: + identity: + enabled: true + mountPath: "/app/identity" + storage: + enabled: true + mountPath: "/app/config" diff --git a/docs/_static/img/appicons/storj-node.png b/docs/_static/img/appicons/storj-node.png new file mode 100644 index 00000000000..4539afb4a7e Binary files /dev/null and b/docs/_static/img/appicons/storj-node.png differ diff --git a/docs/manual/default-ports.md b/docs/manual/default-ports.md index 85f3cc35c67..b5fdae36dc4 100644 --- a/docs/manual/default-ports.md +++ b/docs/manual/default-ports.md @@ -331,6 +331,7 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | redmine | main | main | 10171 | HTTP | | | matomo | main | main | 10172 | HTTP | | | matomo | https | https | 10173 | HTTPS | | +| storj-node | main | main | 14002 | TCP | | | satisfactory | beacon | beacon | 15000 | UDP | | | satisfactory | query | query | 15777 | UDP | | | minecraft-bedrock | main | main | 19132 | UDP | | @@ -346,6 +347,8 @@ These defaults can of course be changed, but as we guarantee "sane, working defa | impostor-server | main | main | 22023 | UDP | | | joplin-server | main | main | 22300 | TCP | | | minecraft-java | main | main | 25565 | TCP | | +| storj-node | coretcp | coretcp | 28967 | TCP | | +| storj-node | coreudp | coreudp | 28967 | UDP | | | omada-controller | omada-udp | omada-udp1 | 29810 | UDP | | | omada-controller | omada-tcp | omada-tcp2 | 29811 | TCP | | | omada-controller | omada-tcp | omada-tcp3 | 29812 | TCP | |