bug(infra): Add frontend config to ingres (#7854)

add frontend config to ingres
This commit is contained in:
Aarushi
2024-08-21 11:31:16 +01:00
committed by GitHub
parent f6d8e597e1
commit fa12564954
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
kind: FrontendConfig
metadata:
name: {{ include "autogpt-server.fullname" . }}
name: {{ include "autogpt-server.fullname" . }}-frontend-config
spec:
redirectToHttps:
enabled: true

View File

@@ -24,7 +24,7 @@ ingress:
kubernetes.io/ingress.class: gce
kubernetes.io/ingress.global-static-ip-name: "agpt-dev-agpt-server-ip"
networking.gke.io/managed-certificates: "autogpt-server-cert"
kubernetes.io/ingress.allow-http: "true"
networking.gke.io/v1beta1.FrontendConfig: "autogpt-server-frontend-config"
hosts:
- host: dev-server.agpt.co
paths: