Skip to content

Commit

Permalink
update: web terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 11, 2023
1 parent ef43827 commit 9a71354
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ metadata:
spec:
components:
- container:
env:
- name: YOLO_URL
value: https://raw.githubusercontent.com/codekow/demo-ai-gitops-catalog/main/scripts/library/term.sh
args:
- "/bin/bash"
- "-c"
- |
#!/bin/bash
YOLO_URL=https://raw.githubusercontent.com/codekow/demo-ai-gitops-catalog/main/scripts/library/term.sh
# set -x
curl "${YOLO_URL}" | bash
. <(curl -s "${YOLO_URL}" | tee /tmp/yolo.sh)
term_init
sleep infinity
sleep infinity # just in case
cpuLimit: 400m
cpuRequest: 100m
Expand Down

0 comments on commit 9a71354

Please sign in to comment.