Skip to content

Instantly share code, notes, and snippets.

░ ░
░ ░
░ ░ ▄▀ ▄▀
░ ▄▀ ▄▀
▄▄█\█▄▄▀ ▄▀
__▄`/█/`██`█▄▀__
▄▀·`.,█.██\-██/█`·▀▄
▐█▄██████,,████πr8▄▄█▌
@creio
creio / install.sh
Created March 24, 2023 16:02
jetbra
#!/bin/sh
# https://blog.llinh9ra.ru/%d1%81%d0%be%d1%84%d1%82/%d0%b0%d0%ba%d1%82%d0%b8%d0%b2%d0%b0%d1%86%d0%b8%d1%8f-phpstorm-webstorm-intellij-idea-%d0%b8-%d0%b4%d1%80%d1%83%d0%b3%d0%b8%d0%b5-%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82%d1%8b-jetbrains-%d0%b2/#comment-488
set -e
OS_NAME=$(uname -s)
# JB_PRODUCTS="idea clion phpstorm goland pycharm webstorm webide rider datagrip rubymine appcode dataspell gateway jetbrains_client jetbrainsclient studio devecostudio"
JB_PRODUCTS="phpstorm"
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-app
labels:
app: my-app
spec:
replicas: 4 # Четыре реплики пода справляются с пиковой нагрузкой
selector:
matchLabels: