fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup * cleanup * update questions * chore(incubator): some cleanup * remove enabled true from main services * bump all incubator * lint * empty lines * emtpy line
This commit is contained in:
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/kannix/monero-full-node
|
||||
- https://hub.docker.com/r/kannix/monero-full-node
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -20,7 +20,7 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: 'name'
|
||||
label: "name"
|
||||
schema:
|
||||
type: string
|
||||
default: "monerod"
|
||||
|
||||
@@ -22,10 +22,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 18080
|
||||
protocol: TCP
|
||||
targetPort: 18080
|
||||
|
||||
Reference in New Issue
Block a user