Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
b6649852
Commit
b6649852
authored
4 years ago
by
Rajesh Rajendran
Browse files
Options
Download
Patches
Plain Diff
Overriding nginx default maxunavailable
Signed-off-by:
Rajesh Rajendran
<
rjshrjndrn@gmail.com
>
parent
84735918
loadtest-release-2.10.0_nginx_prometheus
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kubernetes/helm_charts/core/nginx-public-ingress/templates/daemonset.yaml
+5
-0
...charts/core/nginx-public-ingress/templates/daemonset.yaml
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
+5
-0
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
with
10 additions
and
0 deletions
+10
-0
kubernetes/helm_charts/core/nginx-public-ingress/templates/daemonset.yaml
+
5
−
0
View file @
b6649852
...
...
@@ -7,6 +7,11 @@ metadata:
annotations
:
reloader.stakater.com/auto
:
"
true"
spec
:
updateStrategy
:
type
:
RollingUpdate
rollingUpdate
:
maxSurge
:
{{
.Values.strategy.maxsurge
}}
maxUnavailable
:
{{
.Values.strategy.maxunavailable
}}
selector
:
matchLabels
:
app
:
nginx-public-ingress
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
+
5
−
0
View file @
b6649852
#jinja2:lstrip_blocks: True
strategy:
type: RollingUpdate
maxsurge: {{ nginx_maxsurge|default('25%') }}
maxunavailable: {{ nginx_maxunavailable|default('25%') }}
namespace: {{ namespace }}
merge_domain_status: {{ merge_domain_status | lower }}
service:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets