Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
Helm-Automation-Script
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
harshavardhan.c
Helm-Automation-Script
Commits
c80b1351
Commit
c80b1351
authored
Dec 14, 2022
by
vikash.o
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update helm_deployment.yml
parent
7c0f11b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
templates/helm_deployment.yml
templates/helm_deployment.yml
+5
-3
No files found.
templates/helm_deployment.yml
View file @
c80b1351
...
...
@@ -9,9 +9,11 @@ ports:
nodePort
:
{{
node_port
}}
{
%
endif %
}
affinity
:
enabled
:
True
values
:
[
"
klblrserv24"
,
"
klblrserv23"
]
enabled
:
true
values
:
[
"
aks-agentpool-38836174-vmss000004"
,
"
aks-agentpool-38836174-vmss000005"
,
"
aks-agentpool-38836174-vmss000007"
,
"
aks-agentpool-38836174-vmss000008"
,
"
aks-agentpool-38836174-vmss00000a"
,
"
aks-agentpool-38836174-vmss00000b"
]
podAutoScaler
:
enabled
:
False
...
...
@@ -37,7 +39,7 @@ deployment:
path
:
{{
liveness_api
}}
initialDelaySeconds
:
{{
liveness_delay_seconds | default(20)
}}
timeoutSeconds
:
{{
liveness_timeout_seconds | default(5)
}}
periodSeconds
:
{{
liveness_period_seconds | default(
1
0)
}}
periodSeconds
:
{{
liveness_period_seconds | default(
2
0)
}}
failureThreshold
:
{{
liveness_failure_threshold | default(3)
}}
successThreshold
:
{{
liveness_success_threshold | default(1)
}}
...
...
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