diff --git a/src/routes/blog/page.rs b/src/routes/blog/page.rs index 93a3e25..e1b3075 100644 --- a/src/routes/blog/page.rs +++ b/src/routes/blog/page.rs @@ -30,10 +30,10 @@ pub fn Blog(cx: Scope) -> impl IntoView {

"Blog"

"Modifying storageClass of kubernetes bitnami ElasticSearch cluster without downtime"

-

"Thanks Percona for this excellent article " +

"Thanks Percona for this excellent article " "Change Storage Class on Kubernetes on the Fly."

-

"It inspired most of this procedure. Here is the summary" +

"It inspired most of this procedure. Here is the summary"

  1. "Delete the statefulset with ""kubectl delete -n statefulset --cascade=orphan "" the ""orphan"" option is key here and will allow Kubernetes to delete the statefulset without deleting the pods."
  2. "Change the storage class in the helm chart to the new one"
  3. @@ -41,9 +41,6 @@ pub fn Blog(cx: Scope) -> impl IntoView {
  4. "Make sure your cluster is green " {es_health_green}
  5. -
  6. "Make sure your cluster is green " - "kubectl exec -n -it -- curl localhost:9200/_cluster/health?pretty" -

diff --git a/src/style/main.css b/src/style/main.css index acf9486..ac25649 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -20,6 +20,10 @@ src: url("/fonts/Lato-VariableFont_wght.ttf"); } +html { + font-size: 17px; +} + .p-18 { padding:4.5rem; } diff --git a/tailwind.config.js b/tailwind.config.js index cd45857..75148d0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,9 +2,6 @@ module.exports = { content: ["./src/**/*.rs"], theme: { - fontSize: { - base: '1.125rem', - }, extend: { fontFamily: { // 'sans': ['Nunito', 'ui-sans-serif', 'system-ui'],