Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44df489406 | |||
| 1bb1b0d476 |
@@ -11,7 +11,7 @@ metadata:
|
||||
namespace: midrandbooks-uat
|
||||
data:
|
||||
ASPNETCORE_ENVIRONMENT: "Development"
|
||||
ASPNETCORE_URLS: "https://0.0.0.0:8443"
|
||||
ASPNETCORE_URLS: "http://0.0.0.0:8443"
|
||||
Monitoring__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889"
|
||||
Monitoring__ServiceName: "MidrandBooks.Uat"
|
||||
HasherSettings__MinHashLength: "11"
|
||||
@@ -194,14 +194,14 @@ spec:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8443
|
||||
scheme: HTTPS
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8443
|
||||
scheme: HTTPS
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 5
|
||||
volumes:
|
||||
@@ -236,6 +236,7 @@ metadata:
|
||||
name: midrandbooks-web-secure
|
||||
namespace: midrandbooks-uat
|
||||
spec:
|
||||
insecureSkipVerify: true
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
@@ -244,6 +245,6 @@ spec:
|
||||
services:
|
||||
- name: midrandbooks-service
|
||||
port: 443
|
||||
scheme: https
|
||||
scheme: http
|
||||
serversTransport: midrandbooks-bypass-backend-validation
|
||||
tls: {}
|
||||
|
||||
Reference in New Issue
Block a user