mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
bug(infra): Add frontend config to ingres (#7854)
add frontend config to ingres
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
kind: FrontendConfig
|
||||
metadata:
|
||||
name: {{ include "autogpt-server.fullname" . }}
|
||||
name: {{ include "autogpt-server.fullname" . }}-frontend-config
|
||||
spec:
|
||||
redirectToHttps:
|
||||
enabled: true
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user