Compare commits

..

No commits in common. "471b6bc67e2837ea4571c466f10ff48424e2cb10" and "43c8b7b61eadd2164408eca27cdaf1bba023c0bb" have entirely different histories.

9 changed files with 16 additions and 21 deletions

View File

@ -36,11 +36,8 @@ spec:
name: web
resources:
limits:
memory: 10Mi
cpu: 5m
requests:
memory: 10Mi
cpu: 5m
memory: 20Mi
cpu: 10m
---
apiVersion: extensions/v1beta1
kind: Ingress

View File

@ -44,10 +44,10 @@ spec:
resources:
limits:
cpu: 25m
memory: 100Mi
memory: 250Mi
requests:
cpu: 25m
memory: 100Mi
memory: 250Mi
---
apiVersion: extensions/v1beta1
kind: Ingress

View File

@ -69,10 +69,10 @@ spec:
resources:
limits:
cpu: 25m
memory: 50Mi
memory: 250Mi
requests:
cpu: 25m
memory: 50Mi
memory: 250Mi
---
apiVersion: v1
kind: Service

View File

@ -23,7 +23,7 @@ metadata:
name: cors-proxy
namespace: cors-proxy
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: cors-proxy

View File

@ -59,10 +59,10 @@ spec:
resources:
limits:
cpu: 25m
memory: 50Mi
memory: 250Mi
requests:
cpu: 25m
memory: 50Mi
memory: 250Mi
---
apiVersion: extensions/v1beta1
kind: Ingress

View File

@ -36,10 +36,10 @@ spec:
resources:
limits:
cpu: 25m
memory: 100Mi
memory: 250Mi
requests:
cpu: 25m
memory: 100Mi
memory: 250Mi
---

View File

@ -20,5 +20,3 @@ spec:
maxHistory: 4
values:
installVPA: true
dashboard:
replicaCount: 1

View File

@ -53,11 +53,11 @@ data:
rules.yaml: |-
rules:
- id: tekton-tasks
# remove deployments and statefulsets without a label "application"
resources:
- pods
- pipelineruns
jmespath: "(metadata.labels.\"tekton.dev/pipeline\")"
ttl: 3h
ttl: 1h
---

View File

@ -25,7 +25,7 @@ metadata:
name: qr
namespace: qr
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: qr
@ -44,10 +44,10 @@ spec:
resources:
limits:
cpu: 25m
memory: 100Mi
memory: 250Mi
requests:
cpu: 25m
memory: 100Mi
memory: 250Mi
---
apiVersion: extensions/v1beta1
kind: Ingress