front to consta

clean dotnet backend
This commit is contained in:
2026-01-20 17:17:22 +05:00
parent cae6a7795b
commit 2b1357e981
28 changed files with 831 additions and 1083 deletions

View File

@@ -42,25 +42,12 @@ spec:
env:
- name: ASPNETCORE_URLS
value: "http://0.0.0.0:8000"
# - name: ASPNETCORE_HTTP_PORTS
# value: "8000"
envFrom:
- configMapRef:
name: backend-dotnet-config
- secretRef:
name: backend-dotnet-secret
# livenessProbe:
# httpGet:
# path: /api/health
# port: 8000
# initialDelaySeconds: 10
# periodSeconds: 10
# readinessProbe:
# httpGet:
# path: /api/health
# port: 8000
# initialDelaySeconds: 5
# periodSeconds: 5
---
apiVersion: v1