Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
81cdb782
Commit
81cdb782
authored
May 13, 2022
by
Dominik Hebeler
Browse files
added pdb
parent
c459a126
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
chart/templates/pdb.yaml
0 → 100644
View file @
81cdb782
apiVersion
:
policy/v1beta1
kind
:
PodDisruptionBudget
metadata
:
name
:
{{
include "chart.fullname" .
}}
labels
:
{{
- include "chart.labels" . | nindent 4
}}
spec
:
selector
:
matchLabels
:
{{
- include "chart.selectorLabels" . | nindent 6
}}
maxUnavailable
:
1
\ No newline at end of file
chart/values.yaml
View file @
81cdb782
...
...
@@ -98,7 +98,7 @@ resources: {}
autoscaling
:
enabled
:
true
minReplicas
:
1
minReplicas
:
2
maxReplicas
:
5
targetCPUUtilizationPercentage
:
80
# targetMemoryUtilizationPercentage: 80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment