fix(traefik): don't set xrobots header by default (#3183)

* fix(traefik): don't set xrobots header by default

* Update Chart.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-14 22:54:43 +02:00
committed by GitHub
parent ba985fedb8
commit 0f76262fef
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 12.0.21
version: 12.0.22
annotations:
truecharts.org/catagories: |
- network
@@ -27,7 +27,6 @@ spec:
customRequestHeaders:
X-Forwarded-Proto: https
customResponseHeaders:
X-Robots-Tag: none
server: ""
forceSTSHeader: true
referrerPolicy: same-origin
@@ -60,5 +59,4 @@ spec:
customRequestHeaders:
X-Forwarded-Proto: "https"
customResponseHeaders:
X-Robots-Tag: 'none'
server: ''