From 3f75d241a4a0a2f6a1f707b050db4aae09e079c1 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:04:46 +0000 Subject: [PATCH] style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf This commit fixes the style issues introduced in a466076 according to the output from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf. Details: None --- README.md | 2 +- k8s/deployment.yaml | 14 +++++++------- k8s/sanitech-api.yaml | 8 ++++---- k8s/service.yaml | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8acd3c8..2310bea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![CodeFactor](https://www.codefactor.io/repository/github/kosasih/sanitech-automated-sanitation/badge)](https://www.codefactor.io/repository/github/kosasih/sanitech-automated-sanitation) ![Static Badge](https://img.shields.io/badge/Refugee-care-white) -
sanitech-automated-sanitation by KOSASIH is licensed under Creative Commons Attribution 4.0 International
# sanitech-automated-sanitation @@ -11,6 +10,7 @@ The SaniTech project's Git repository, named sanitech-automated-sanitation, cont This repository will serve as the central hub for developers, designers, and contributors to collaborate, share ideas, and work towards improving the overall health and well-being of refugees in need. # SaniTech: Automated Sanitation and Hygiene Solution + SaniTech is an innovative, automated sanitation and hygiene system designed to address the critical cleanliness and health concerns faced by refugees in overcrowded conditions. By leveraging cutting-edge technologies, SaniTech aims to provide a scalable, sustainable, and cost-effective solution to ensure access to clean water, proper sanitation, and hygiene education for refugees worldwide. # Table of Contents diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 3a5e09e..34f1010 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -13,10 +13,10 @@ spec: app: sanitech spec: containers: - - name: sanitech-container - image: sanitech-image:latest - ports: - - containerPort: 80 - env: - - name: SANITECH_CONFIG - value: "/path/to/config/file" + - name: sanitech-container + image: sanitech-image:latest + ports: + - containerPort: 80 + env: + - name: SANITECH_CONFIG + value: "/path/to/config/file" diff --git a/k8s/sanitech-api.yaml b/k8s/sanitech-api.yaml index cdb8b8d..60d8921 100644 --- a/k8s/sanitech-api.yaml +++ b/k8s/sanitech-api.yaml @@ -13,7 +13,7 @@ spec: app: sanitech-api spec: containers: - - name: sanitech-api - image: sanitech/api:latest - ports: - - containerPort: 8080 + - name: sanitech-api + image: sanitech/api:latest + ports: + - containerPort: 8080 diff --git a/k8s/service.yaml b/k8s/service.yaml index 1227141..c9adbef 100644 --- a/k8s/service.yaml +++ b/k8s/service.yaml @@ -6,7 +6,7 @@ spec: selector: app: sanitech ports: - - name: http - port: 80 - targetPort: 80 + - name: http + port: 80 + targetPort: 80 type: ClusterIP