Skip to content

Commit c321ba5

Browse files
committed
add config
1 parent 91d2f7b commit c321ba5

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

config/samples/application_v1alpha1_kubero.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ spec:
5757
tokenUrl: ""
5858
secret: ""
5959
callbackUrl: ""
60-
config: |
60+
config: |
6161
kubero:
62-
context: inClusterContext
63-
namespace: kubero
64-
port: 3000
62+
readonly: false
63+
banner:
64+
show: false
65+
message: "Welcome to Kubero!"
66+
bgcolor: "#8560A9"
67+
fontcolor: "azure"
6568
buildpacks:
6669
- name: NodeJS
6770
language: JavaScript

helm-charts/kubero/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ kubero:
9898

9999
config: |
100100
kubero:
101-
port: 3000
101+
readonly: false
102+
banner:
103+
show: false
104+
message: "Welcome to Kubero!"
105+
bgcolor: "#8560A9"
106+
fontcolor: "azure"
102107
buildpacks:
103108
- name: NodeJS
104109
language: JavaScript

0 commit comments

Comments
 (0)