Refactored manifest
continuous-integration/drone/pr Build is failing

This commit is contained in:
Khwezi Mngoma
2026-06-14 23:57:06 +02:00
parent 0bb5da3513
commit 1bb1b0d476
+5 -4
View File
@@ -11,7 +11,7 @@ metadata:
namespace: midrandbooks-uat namespace: midrandbooks-uat
data: data:
ASPNETCORE_ENVIRONMENT: "Development" 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__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889"
Monitoring__ServiceName: "MidrandBooks.Uat" Monitoring__ServiceName: "MidrandBooks.Uat"
HasherSettings__MinHashLength: "11" HasherSettings__MinHashLength: "11"
@@ -194,14 +194,14 @@ spec:
httpGet: httpGet:
path: /health path: /health
port: 8443 port: 8443
scheme: HTTPS scheme: HTTP
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health path: /health
port: 8443 port: 8443
scheme: HTTPS scheme: HTTP
initialDelaySeconds: 3 initialDelaySeconds: 3
periodSeconds: 5 periodSeconds: 5
volumes: volumes:
@@ -236,6 +236,7 @@ metadata:
name: midrandbooks-web-secure name: midrandbooks-web-secure
namespace: midrandbooks-uat namespace: midrandbooks-uat
spec: spec:
insecureSkipVerify: true
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
@@ -244,6 +245,6 @@ spec:
services: services:
- name: midrandbooks-service - name: midrandbooks-service
port: 443 port: 443
scheme: https scheme: http
serversTransport: midrandbooks-bypass-backend-validation serversTransport: midrandbooks-bypass-backend-validation
tls: {} tls: {}