Skip to content

Commit

Permalink
Merge pull request #11 from ns-squareops/release-feature-affinity
Browse files Browse the repository at this point in the history
affinity added for cert manager
  • Loading branch information
RohitSquareops authored Dec 1, 2023
2 parents 2d52b88 + f80ca76 commit 846b0bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/aws_alb/aws_alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ resources:

podAnnotations:
co.elastic.logs/enabled: "true"

4 changes: 2 additions & 2 deletions modules/cert_manager/cert_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ webhook:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: "Infra-Services"
- key: "Addons-Services"
operator: In
values:
- "true"
Expand All @@ -40,7 +40,7 @@ cainjector:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: "Infra-Services"
- key: "Addons-Services"
operator: In
values:
- "true"
Expand Down

0 comments on commit 846b0bc

Please sign in to comment.