Commit f440361
authored
Fixing (#3)
* Add Kubernetes deployment, service, and ingress configurations for AI Reliability Standards
- Created a Deployment for the AI Reliability Standards application with resource requests and probes.
- Added a ClusterIP Service to expose the application internally.
- Configured IngressRoutes for both HTTP and HTTPS traffic, including TLS settings for secure access.
- Set up routing rules to direct traffic to the application based on the specified host.
* Remove namespace specification from ClusterIP Service in standards-page-service.yaml to streamline configuration.
* Enhance project structure and documentation
- Updated Dockerfile to create a 'docs' directory and copy MkDocs configuration.
- Revised mkdocs.yml to reflect new documentation structure and updated edit URI.
- Added README.md to define the AI Reliability Standard (AIRE) and its core pillars.
- Introduced logo.svg for branding and extra.css for custom theming styles.
* Refactor Dockerfile and update dependencies
- Changed the Dockerfile to use uppercase 'AS' for the builder stage.
- Removed unused plugins from mkdocs.yml and updated pyproject.toml to eliminate dependencies on mkdocs-git-authors-plugin and mkdocs-git-revision-date-localized-plugin.
- Cleaned up uv.lock by removing references to the removed plugins and their dependencies.1 parent e82db1d commit f440361
7 files changed
Lines changed: 6 additions & 82 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
File renamed without changes.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments