front to consta
clean dotnet backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user