This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ░ | |
| ░ ░ | |
| ░ ░ | |
| ░ ░[30m [33m▄▀ ▄▀[37m | |
| ░ [33m▄▀ ▄▀[37m | |
| [0;1m▄▄█[0;1;30;47m\[0;1m█▄[0;33m▄▀[37m [33m▄▀[37m | |
| [31m__[0;37m▄[0;1;30;47m`/[0;1m█[0;1;30;47m/`[0;1m██[0;1;30;47m`[0;1m█[0;33;47m▄▀[0;31m__[37m | |
| [31m▄[0;31;47m▀[0;1;30;47m·`.,[0;1m█[0;1;30;47m.[0;1m██[0;1;30;47m\-[0;1m██[0;1;30;47m/[0;1m█[0;1;30;47m`·[0;31;47m▀[0;31m▄[37m | |
| [1;31m▐█[0;1;31;47m▄[0;1m██████[0;1;30;47m,,[0;1m████[0;1;33;47mπr8[0;31;47m▄▄[0;31m█▌[37m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: my-app | |
| labels: | |
| app: my-app | |
| spec: | |
| replicas: 4 # Четыре реплики пода справляются с пиковой нагрузкой | |
| selector: | |
| matchLabels: |
OlderNewer