mirror of
https://github.com/labring/sealos.git
synced 2026-09-01 15:38:06 +08:00
fix cluster image (#3064)
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
labels:
|
||||
app: applaunchpad-frontend
|
||||
name: applaunchpad-frontend
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: applaunchpad-frontend-config
|
||||
|
||||
@@ -22,7 +22,7 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/cors-allow-methods: "PUT, GET, POST, DELETE, PATCH, OPTIONS"
|
||||
nginx.ingress.kubernetes.io/cors-allow-origin: "https://{{ .cloudDomain }}, https://*.{{ .cloudDomain }}"
|
||||
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
|
||||
nginx.ingress.kubernetes.io/cors-max-age: 600
|
||||
nginx.ingress.kubernetes.io/cors-max-age: "600"
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
more_clear_headers "X-Frame-Options:";
|
||||
|
||||
Reference in New Issue
Block a user