Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Wellbore Domain Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OSDU Software
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Merge requests
!812
Implement PDB and running replicas across zones(azure aks)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Implement PDB and running replicas across zones(azure aks)
pdb
into
master
Overview
1
Commits
1
Pipelines
3
Changes
2
Closed
Bhargav Pandya
requested to merge
pdb
into
master
1 year ago
Overview
1
Commits
1
Pipelines
3
Changes
2
Expand
Hi,
Implement PDB and running replicas across zones(azure aks)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
410e1f0d
1 commit,
1 year ago
2 files
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
devops/azure/chart/templates/deployment.yaml
+
19
−
0
Options
@@ -40,6 +40,25 @@ spec:
{{
- if .Values.nodepool
}}
nodeSelector
:
agentpool
:
{{
.Values.nodepool
}}
affinity
:
podAntiAffinity
:
preferredDuringSchedulingIgnoredDuringExecution
:
-
weight
:
1
podAffinityTerm
:
labelSelector
:
matchExpressions
:
-
key
:
app
operator
:
In
values
:
-
{{
.Values.deployment.name
}}{{
include "os-wellbore-ddms.name-suffix" .
}}
topologyKey
:
topology.kubernetes.io/zone
topologySpreadConstraints
:
-
maxSkew
:
1
topologyKey
:
topology.kubernetes.io/zone
whenUnsatisfiable
:
ScheduleAnyway
labelSelector
:
matchLabels
:
app
:
{{
.Values.deployment.name
}}{{
include "os-wellbore-ddms.name-suffix" .
}}
{{
- end
}}
volumes
:
# Note:
Loading