nix-on-droid/config/k9s/config.yaml
2025-08-01 15:51:56 -04:00

42 lines
829 B
YAML

k9s:
liveViewAutoRefresh: false
screenDumpDir: /data/data/com.termux.nix/files/home/.local/state/k9s/screen-dumps
refreshRate: 2
maxConnRetry: 5
readOnly: false
noExitOnCtrlC: false
ui:
enableMouse: false
headless: false
logoless: true
crumbsless: false
reactive: false
noIcons: false
defaultsToFullScreen: false
skin: dracula
skipLatestRevCheck: false
disablePodCounting: false
shellPod:
image: busybox:1.35.0
namespace: default
limits:
cpu: 100m
memory: 100Mi
imageScans:
enable: false
exclusions:
namespaces: []
labels: {}
logger:
tail: 100
buffer: 5000
sinceSeconds: -1
textWrap: false
showTime: false
thresholds:
cpu:
critical: 90
warn: 70
memory:
critical: 90
warn: 70