Compare commits
3 Commits
ce0f243768
...
60f8f742a5
Author | SHA1 | Date |
---|---|---|
Rob Watson | 60f8f742a5 | |
Rob Watson | 0644e41a8f | |
Rob Watson | 491bdc592d |
|
@ -3,11 +3,11 @@ kind: Ingress
|
|||
metadata:
|
||||
name: ingress
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 50m
|
||||
nginx.ingress.kubernetes.io/server-snippet: |
|
||||
location = /robots.txt {
|
||||
add_header Content-Type text/plain;
|
||||
return 200 "User-agent: Amazonbot\nDisallow: /\n\nUser-agent: BLEXBot\nDisallow: /\n\nUser-agent: SemrushBot\nDisallow: /\n\nUser-agent: AhrefsBot\nDisallow: /\n\nUser-agent: DotBot\nDisallow: /\n\nUser-agent: BingBot\nCrawl-delay: 30\n";
|
||||
return 200 "User-agent: Amazonbot\nDisallow: /\n\nUser-agent: BLEXBot\nDisallow: /\n\nUser-agent: SemrushBot\nDisallow: /\n\nUser-agent: AhrefsBot\nDisallow: /\n\nUser-agent: DotBot\nDisallow: /\n\nUser-agent: MJ12bot\nDisallow: /\n\nUser-agent: BingBot\nCrawl-delay: 30\n";
|
||||
}
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
|
|
|
@ -91,10 +91,10 @@ spec:
|
|||
key: admin-password
|
||||
resources:
|
||||
requests:
|
||||
memory: 256Mi
|
||||
memory: 128Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 786Mi
|
||||
memory: 256Mi
|
||||
cpu: 1500m
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
|
@ -143,10 +143,10 @@ spec:
|
|||
name: data
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
cpu: 1500m
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
|
|
Loading…
Reference in New Issue