Skip to content

Commit

Permalink
Merge pull request #15 from otus-devops-2019-02/kubernetes-5
Browse files Browse the repository at this point in the history
Kubernetes 5
  • Loading branch information
saykindenis authored Aug 5, 2019
2 parents 1fc7b0d + 6ae9035 commit 1981661
Show file tree
Hide file tree
Showing 45 changed files with 4,733 additions and 0 deletions.
23 changes: 23 additions & 0 deletions kubernetes/Charts/prometheus/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

OWNERS
20 changes: 20 additions & 0 deletions kubernetes/Charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v1
appVersion: 2.11.1
description: Prometheus is a monitoring system and time series database.
engine: gotpl
home: https://prometheus.io/
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
maintainers:
- email: [email protected]
name: mgoodness
- email: [email protected]
name: gianrubio
name: prometheus
sources:
- https://github.com/prometheus/alertmanager
- https://github.com/prometheus/prometheus
- https://github.com/prometheus/pushgateway
- https://github.com/prometheus/node_exporter
- https://github.com/kubernetes/kube-state-metrics
tillerVersion: '>=2.8.0'
version: 8.15.0
387 changes: 387 additions & 0 deletions kubernetes/Charts/prometheus/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 1981661

Please sign in to comment.