Skip to content

Commit

Permalink
Merge pull request #3 from KOSASIH/deepsource-transform-eb3ab022
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KOSASIH authored Apr 19, 2024
2 parents 4db29e7 + 3f75d24 commit 65bae1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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)


<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/KOSASIH/sanitech-automated-sanitation">sanitech-automated-sanitation</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.linkedin.com/in/kosasih-81b46b5a">KOSASIH</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p>

# sanitech-automated-sanitation
Expand All @@ -12,6 +11,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
Expand Down
14 changes: 7 additions & 7 deletions k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions k8s/sanitech-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions k8s/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
selector:
app: sanitech
ports:
- name: http
port: 80
targetPort: 80
- name: http
port: 80
targetPort: 80
type: ClusterIP

0 comments on commit 65bae1a

Please sign in to comment.