Skip to content

Commit 919d066

Browse files
update: Cortex setup using GCP buket
0 parents  commit 919d066

File tree

8 files changed

+1310
-0
lines changed

8 files changed

+1310
-0
lines changed

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# GCP Service Account Keys - NEVER COMMIT THESE!
2+
**/key.json
3+
**/gcp-*.json
4+
**/*-key.json
5+
**/*-credentials.json
6+
**/service-account*.json
7+
8+
# Generated Kubernetes YAML files
9+
nginx-secrets.txt
10+
nginx-user-secrets.yaml
11+
cortex-values.yaml
12+
prometheus-values.yaml
13+
prometheus_values.yaml
14+
rbac.yaml
15+
prometheus.yaml
16+
prometheus-users-secrets.yaml
17+
tmp-cortex.yaml
18+
19+
# Temporary and backup files
20+
*.tmp
21+
*.bak
22+
*.backup
23+
*.swp
24+
*.swo
25+
*~
26+
backup/
27+
28+
# OS generated files
29+
.DS_Store
30+
.DS_Store?
31+
._*
32+
.Spotlight-V100
33+
.Trashes
34+
ehthumbs.db
35+
Thumbs.db
36+
37+
# Editor files
38+
.vscode/
39+
.idea/
40+
*.sublime-*
41+
42+
# Logs
43+
*.log
44+
logs/
45+
46+
# Local environment files
47+
.env
48+
.env.local
49+
.env.*.local
50+
51+
# Helm charts cache
52+
charts/

0 commit comments

Comments
 (0)