Updating dotnet version

This commit is contained in:
2026-01-07 17:32:15 -06:00
parent 07b57dc1f7
commit 581734d740
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ spec:
image: promiscuity-auth:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5000
- containerPort: 8080
readinessProbe:
httpGet:
path: /healthz
port: 5000
port: 8080
initialDelaySeconds: 5
periodSeconds: 10