Skip to content

Commit

Permalink
Update reflector namespaces. (labring#3351)
Browse files Browse the repository at this point in the history
Signed-off-by: zzjin <[email protected]>
  • Loading branch information
zzjin committed Jun 14, 2023
1 parent bc26a4a commit 8e1ead6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ spec:
secretTemplate:
annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "sealos,sealos-system,kubernetes-dashboard,kuboard-v2,terminal-app,redisinsight-service,pgadmin-service,affine-system,ns-[\\-a-z0-9]*"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: sealos,\w+-system,\w+-frontend,ns-[\-a-z0-9]*
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "sealos,sealos-system,kubernetes-dashboard,kuboard-v2,terminal-app,redisinsight-service,pgadmin-service,affine-system,ns-[\\-a-z0-9]*"
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: sealos,\w+-system,\w+-frontend,ns-[\-a-z0-9]*
4 changes: 2 additions & 2 deletions deploy/cloud/manifests/tls-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ kind: Secret
metadata:
annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: sealos,sealos-system,account-system,imagehub-system,terminal-system,cluster-system,terminal-frontend,bytebase-frontend,imagehub-frontend,applaunchpad-frontend,ns-[\-a-z0-9]*
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: sealos,\w+-system,\w+-frontend,ns-[\-a-z0-9]*
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: sealos,sealos-system,account-system,imagehub-system,terminal-system,cluster-system,terminal-frontend,bytebase-frontend,imagehub-frontend,applaunchpad-frontend,ns-[\-a-z0-9]*
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: sealos,\w+-system,\w+-frontend,ns-[\-a-z0-9]*
name: wildcard-secret
namespace: sealos-system
type: kubernetes.io/tls

0 comments on commit 8e1ead6

Please sign in to comment.