Appcode Stash Installation with Helm
- Appcode Stash on Kubernetes
Prerequisites
- Kubernetes 1.20+
- Helm 3.2.0+
- Storage Class
{ | |
"editor.fontFamily": "Hack, D2Coding, Consolas, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 17, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"editor.wrappingIndent": "indent", | |
"editor.fontLigatures": true, | |
"editor.rulers": [100, 120], | |
"editor.cursorBlinking": "phase", | |
"editor.guides.indentation": true, |
DOCKER_ROOT=/volume/HDD_02/minio
#!/bin/bash | |
# Author by Taking | |
# Kubernetes v1.25 Install + Reset | |
# Cri-o v1.25 | |
# Flannel CNI | |
# Cluster Name Change (Host명 기준) | |
# MetalLB Install | |
RED=`tput setaf 1` | |
GREEN=`tput setaf 2` |
#!/bin/bash | |
# 이동할 디렉토리 설정 | |
source_dir="/volume/500GB_HDD/Downloads" | |
# 파일 확인 및 이동 함수 | |
move_files() { | |
for file in "$1"/*; do | |
if [ -d "$file" ]; then | |
# 디렉토리인 경우 재귀 호출 |
helm repo add stable https://charts.helm.sh/stable
helm repo update stable
helm repo add minio-official https://charts.min.io
# .env
DOCKER_ROOT=/volume/1TB_NVME/docker/minio-backup
TZ=Asia/Seoul
# DB
MINIO_ROOT_USER=username