mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(infra): Ensure http is always redirected to HTTPS (#7853)
redirect to https always
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
kind: FrontendConfig
|
||||
metadata:
|
||||
name: {{ include "autogpt-server.fullname" . }}
|
||||
spec:
|
||||
redirectToHttps:
|
||||
enabled: true
|
||||
responseCodeName: MOVED_PERMANENTLY_DEFAULT
|
||||
Reference in New Issue
Block a user