Skip to content

Commit

Permalink
Config namespace is _not_ renamed from rollingupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 18, 2023
1 parent 63ff5fb commit bafe3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- name: REQUIRED_CONTACT_POINT_NR
value: "3"
- name: JAVA_TOOL_OPTIONS
value: "-XX:InitialRAMPercentage=75 -XX:MaxRAMPercentage=75 -Xlog:gc -Dakka.rolling-update.kubernetes.custom-resource.enabled=on"
value: "-XX:InitialRAMPercentage=75 -XX:MaxRAMPercentage=75 -Xlog:gc -Dakka.rollingupdate.kubernetes.custom-resource.enabled=on"
#deployment
---
#rbac-reader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ akka.management {
}
}

akka.rolling-update.kubernetes {
akka.rollingupdate.kubernetes {
# for documentation purposes, 3 is the default anyway
pod-deletion-cost.annotated-pods-nr = 3
}

0 comments on commit bafe3d8

Please sign in to comment.