-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from nyu-devops/update-fa23
More updates for Fall 2023 Semester
- Loading branch information
Showing
9 changed files
with
37 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
apiVersion: k3d.io/v1alpha5 | ||
apiVersion: k3d.io/v1alpha3 | ||
kind: Simple | ||
name: devops | ||
servers: 1 | ||
agents: 1 | ||
ports: | ||
- port: 8080:80 | ||
nodeFilters: | ||
- loadbalancer | ||
registries: | ||
create: | ||
name: cluster-registry | ||
host: "0.0.0.0" | ||
hostPort: "32000" | ||
config: | | ||
mirrors: | ||
"k3d-registry.local:5000": | ||
"cluster-registry:32000": | ||
endpoint: | ||
- http://k3d-registry.local:5000 | ||
- http://cluster-registry:32000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
# Pinned dependencies that cause breakage | ||
Werkzeug==2.3.3 | ||
Werkzeug==2.3.7 | ||
|
||
# Runtime dependencies | ||
Flask==2.3.2 | ||
Flask==2.3.3 | ||
redis==4.5.4 | ||
retry2==0.9.5 | ||
python-dotenv==0.21.1 | ||
python-dotenv==1.0.0 | ||
|
||
# Runtime dependencies | ||
gunicorn==20.1.0 | ||
gunicorn==21.2.0 | ||
honcho==1.1.0 | ||
|
||
# Code quality | ||
pylint==2.16.2 | ||
flake8==6.0.0 | ||
black==23.1.0 | ||
pylint==2.17.5 | ||
flake8==6.1.0 | ||
black==23.7.0 | ||
|
||
# Testing dependencies | ||
pytest==7.4.0 | ||
pytest-pspec==0.0.4 | ||
pytest-cov==4.1.0 | ||
coverage==7.3.0 | ||
green==3.4.3 | ||
coverage==7.1.0 | ||
|
||
# Utilities | ||
httpie==3.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SKAFFOLD_DEFAULT_REPO=k3d-registry.local:5000 | ||
SKAFFOLD_DEFAULT_REPO=cluster-registry:32000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters