File tree 3 files changed +80
-85
lines changed 3 files changed +80
-85
lines changed Original file line number Diff line number Diff line change
1
+ k9s:
2
+ liveViewAutoRefresh: false
3
+ screenDumpDir: /Users/jacobwgillespie/Library/Application Support/k9s/screen-dumps
4
+ refreshRate: 2
5
+ maxConnRetry: 5
6
+ readOnly: false
7
+ noExitOnCtrlC: false
8
+ ui:
9
+ enableMouse: false
10
+ headless: false
11
+ logoless: false
12
+ crumbsless: false
13
+ reactive: false
14
+ noIcons: false
15
+ defaultsToFullScreen: false
16
+ skin: transparent
17
+ skipLatestRevCheck: false
18
+ disablePodCounting: false
19
+ shellPod:
20
+ image: busybox:1.35.0
21
+ namespace: default
22
+ limits:
23
+ cpu: 100m
24
+ memory: 100Mi
25
+ imageScans:
26
+ enable: false
27
+ exclusions:
28
+ namespaces: []
29
+ labels: {}
30
+ logger:
31
+ tail: 100
32
+ buffer: 5000
33
+ sinceSeconds: -1
34
+ textWrap: false
35
+ showTime: false
36
+ thresholds:
37
+ cpu:
38
+ critical: 90
39
+ warn: 70
40
+ memory:
41
+ critical: 90
42
+ warn: 70
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ k9s:
2
+ body:
3
+ bgColor: default
4
+ prompt:
5
+ bgColor: default
6
+ info:
7
+ sectionColor: default
8
+ dialog:
9
+ bgColor: default
10
+ labelFgColor: default
11
+ fieldFgColor: default
12
+ frame:
13
+ crumbs:
14
+ bgColor: default
15
+ title:
16
+ bgColor: default
17
+ counterColor: default
18
+ menu:
19
+ fgColor: default
20
+ views:
21
+ charts:
22
+ bgColor: default
23
+ table:
24
+ bgColor: default
25
+ header:
26
+ fgColor: default
27
+ bgColor: default
28
+ xray:
29
+ bgColor: default
30
+ logs:
31
+ bgColor: default
32
+ indicator:
33
+ bgColor: default
34
+ toggleOnColor: default
35
+ toggleOffColor: default
36
+ yaml:
37
+ colonColor: default
38
+ valueColor: default
You can’t perform that action at this time.
0 commit comments