Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Loki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Loki
Commits
0a804726
Commit
0a804726
authored
5 years ago
by
Andrey Sidorov
Committed by
Cyril Tovena
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix labels for PodDisruptionBudget on helm (#623)
parent
51bdd152
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
production/helm/loki/Chart.yaml
+1
-1
1 addition, 1 deletion
production/helm/loki/Chart.yaml
production/helm/loki/templates/pdb.yaml
+6
-5
6 additions, 5 deletions
production/helm/loki/templates/pdb.yaml
with
7 additions
and
6 deletions
production/helm/loki/Chart.yaml
+
1
−
1
View file @
0a804726
name
:
loki
version
:
0.9.
1
version
:
0.9.
2
appVersion
:
0.0.1
kubeVersion
:
"
^1.10.0-0"
description
:
"
Loki:
like
Prometheus,
but
for
logs."
...
...
This diff is collapsed.
Click to expand it.
production/helm/loki/templates/pdb.yaml
+
6
−
5
View file @
0a804726
...
...
@@ -3,13 +3,14 @@ apiVersion: policy/v1beta1
kind
:
PodDisruptionBudget
metadata
:
name
:
{{
template "loki.fullname" .
}}
app
:
{{
template "loki.name" .
}}
heritage
:
{{
.Release.Service
}}
release
:
{{
.Release.Name
}}
chart
:
{{
template "loki.chart" .
}}
labels
:
app
:
{{
template "loki.name" .
}}
heritage
:
{{
.Release.Service
}}
release
:
{{
.Release.Name
}}
chart
:
{{
template "loki.chart" .
}}
spec
:
selector
:
matchLabels
:
app
:
{{
template "loki.name" .
}}
{{
toYaml .Values.podDisruptionBudget | indent 2
}}
{{
- end -
}}
\ No newline at end of file
{{
- end -
}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment