Compare commits
No commits in common. "81a5c67ad734e31030ec4ec6a10920492368aa01" and "e62bac521df0398efdf23e6acb298a3cc1e18fd8" have entirely different histories.
81a5c67ad7
...
e62bac521d
1 changed files with 0 additions and 54 deletions
|
@ -1,54 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: ingress-nginx-internal
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: cluster-ingress
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: infra
|
|
||||||
source:
|
|
||||||
chart: ingress-nginx
|
|
||||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
|
||||||
targetRevision: 4.12.1
|
|
||||||
helm:
|
|
||||||
parameters:
|
|
||||||
- name: controller.ingressClassResource.default
|
|
||||||
value: 'false'
|
|
||||||
- name: controller.ingressClassResource.name
|
|
||||||
value: 'internal-nginx'
|
|
||||||
- name: controller.config.annotations-risk-level
|
|
||||||
value: Critical
|
|
||||||
- name: controller.service.type
|
|
||||||
value: LoadBalancer
|
|
||||||
- name: controller.allowSnippetAnnotations
|
|
||||||
value: 'true'
|
|
||||||
- name: controller.resources.requests.cpu
|
|
||||||
value: 35m
|
|
||||||
- name: controller.resources.requests.memory
|
|
||||||
value: '351198544'
|
|
||||||
- name: controller.extraArgs.default-ssl-certificate
|
|
||||||
value: cluster-ingress/cluster-ingress-wildcard
|
|
||||||
- name: controller.config.http-snippet
|
|
||||||
value: 'more_set_headers -a "X-Robots-Tag: noai";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: Google-Extended: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: GPTBot: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: ChatGPT-User: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: anthropic-ai: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: CCBot: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: semrushbot: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: Amazonbot: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: dotbot: none";
|
|
||||||
|
|
||||||
more_set_headers -a "X-Robots-Tag: AhrefsBot: none";'
|
|
||||||
- name: controller.config.block-user-agents
|
|
||||||
value: ~*Amazonbot,~*SemrushBot,~*DotBot,~*Ahrefsbot,~*GPT
|
|
Loading…
Add table
Reference in a new issue