Skip to content

Commit

Permalink
fix: 커스텀 이미지로 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored May 9, 2024
1 parent b05f5ac commit a9770de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/aws-node-termination-handler/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aws-node-termination-handler:
image:
repository: public.ecr.aws/aws-ec2/aws-node-termination-handler
repository: 471407337433.dkr.ecr.ap-northeast-2.amazonaws.com/node-termination-handler
tag: "v1.0.18"
taintNode: true
emitKubernetesEvents: true
logLevel: debug
Expand Down Expand Up @@ -28,4 +29,4 @@ aws-node-termination-handler:
- effect: "NoSchedule"
key: xquare/test
operator: "Equal"
value: "true"
value: "true"

0 comments on commit a9770de

Please sign in to comment.