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:
@@ -26,4 +26,4 @@ sources:
|
||||
- https://livebook.dev/
|
||||
- https://hub.docker.com/r/livebook/livebook
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -20,7 +20,7 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: LIVEBOOK_PASSWORD
|
||||
label: 'LIVEBOOK_PASSWORD'
|
||||
label: "LIVEBOOK_PASSWORD"
|
||||
description: "Password needed to access livebook (must be at least 12 characters)"
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@@ -16,10 +16,8 @@ securityContext:
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 8787
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user