Skip to content

Commit

Permalink
feat: add robots: noindex to admin ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivanhierden committed Nov 6, 2024
1 parent a1ddc9d commit b608b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/openstad-headless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ admin:
more_set_headers "X-Frame-Options: SAMEORIGIN";
more_set_headers "X-Xss-Protection: 1";
more_set_headers "Referrer-Policy: same-origin";
more_set_headers "X-Robots-Tag: noindex";
extraLabels: {}
hosts: []
ingressClassName: nginx
Expand Down

0 comments on commit b608b53

Please sign in to comment.