Skip to content

Commit

Permalink
Fix typo in app/readme.md file and update stack information
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 20, 2024
1 parent d638c85 commit e478103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Stack: FastAPI, Uvicorn, Pytest, PyCov, Flake8

Python 3.11

==============
===============
6 changes: 4 additions & 2 deletions terraform/kyverno.tf
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,13 @@ spec:
matchLabels:
app: my-app
validate:
message: "Liveness and readiness probes must be set for containers."
message: "Readiness probes must be set for containers."
pattern:
spec:
containers:
- readinessProbe: "?*"
- readinessProbe:
httpGet:
path: /health
YAML
depends_on = [helm_release.kyverno]
}
Expand Down

0 comments on commit e478103

Please sign in to comment.