Compare commits
No commits in common. "60f8f742a50d1f027eee4678661ef39a2a543370" and "ce0f243768087c1d39f65959e50ce7ea02d3b0df" have entirely different histories.
60f8f742a5
...
ce0f243768
@ -3,11 +3,11 @@ kind: Ingress
|
||||
metadata:
|
||||
name: ingress
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 50m
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
||||
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: MJ12bot\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: BingBot\nCrawl-delay: 30\n";
|
||||
}
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
|
@ -91,10 +91,10 @@ spec:
|
||||
key: admin-password
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 786Mi
|
||||
cpu: 1500m
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
@ -143,10 +143,10 @@ spec:
|
||||
name: data
|
||||
resources:
|
||||
requests:
|
||||
memory: 256Mi
|
||||
memory: 128Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 256Mi
|
||||
cpu: 1500m
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
|
Loading…
x
Reference in New Issue
Block a user