drydock diff

2 apps4 resources2 changed1 added1 deleted+30-26

Deployment envoy-gateway envoy-gateway-system apps

@@ -8,7 +8,7 @@
8 name: envoy-gateway8 name: envoy-gateway
9 namespace: envoy-gateway-system9 namespace: envoy-gateway-system
10spec:10spec:
11 replicas: 3
11 replicas: 2
12 selector:12 selector:
13 matchLabels:13 matchLabels:
14 app.kubernetes.io/instance: envoy-gateway14 app.kubernetes.io/instance: envoy-gateway
@@ -19,17 +19,17 @@
19 spec:19 spec:
20 containers:20 containers:
21 - args:21 - args:
22 - --gateway-class-name=envoy-gateway
23 - --metrics-bind-address=0.0.0.0:19001
24 - --enable-wasm-extension=false
25 image: docker.io/envoyproxy/gateway:v1.3.2
22 - --gateway-class-name=platform-gateway
23 - --metrics-bind-address=0.0.0.0:19002
24 - --enable-wasm-extension=true
25 image: docker.io/envoyproxy/gateway:v1.4.0
26 name: envoy-gateway26 name: envoy-gateway
27 resources:27 resources:
28 limits:28 limits:
29 cpu: 100m
30 memory: 150Mi
29 cpu: 150m
30 memory: 192Mi
31 requests:31 requests:
32 cpu: 10m
33 memory: 150Mi
32 cpu: 25m
33 memory: 192Mi
34 securityContext:34 securityContext:
35 allowPrivilegeEscalation: false35 allowPrivilegeEscalation: false
@@ -8,7 +8,7 @@
8 name: envoy-gateway
9 namespace: envoy-gateway-system
10spec:
11 replicas: 3
11 replicas: 2
12 selector:
13 matchLabels:
14 app.kubernetes.io/instance: envoy-gateway
@@ -19,17 +19,17 @@
19 spec:
20 containers:
21 - args:
22 - --gateway-class-name=envoy-gateway
23 - --metrics-bind-address=0.0.0.0:19001
24 - --enable-wasm-extension=false
25 image: docker.io/envoyproxy/gateway:v1.3.2
22 - --gateway-class-name=platform-gateway
23 - --metrics-bind-address=0.0.0.0:19002
24 - --enable-wasm-extension=true
25 image: docker.io/envoyproxy/gateway:v1.4.0
26 name: envoy-gateway
27 resources:
28 limits:
29 cpu: 100m
30 memory: 150Mi
29 cpu: 150m
30 memory: 192Mi
31 requests:
32 cpu: 10m
33 memory: 150Mi
32 cpu: 25m
33 memory: 192Mi
34 securityContext:
35 allowPrivilegeEscalation: false

PodDisruptionBudget envoy-gateway envoy-gateway-system policy

@@ -1,12 +0,0 @@
1apiVersion: policy/v1
2kind: PodDisruptionBudget
3metadata:
4 annotations:
5 argocd.argoproj.io/tracking-id: envoy-gateway-system:policy/PodDisruptionBudget:envoy-gateway-system/envoy-gateway
6 name: envoy-gateway
7 namespace: envoy-gateway-system
8spec:
9 minAvailable: 1
10 selector:
11 matchLabels:
12 app.kubernetes.io/instance: envoy-gateway
@@ -1,12 +0,0 @@
1apiVersion: policy/v1
2kind: PodDisruptionBudget
3metadata:
4 annotations:
5 argocd.argoproj.io/tracking-id: envoy-gateway-system:policy/PodDisruptionBudget:envoy-gateway-system/envoy-gateway
6 name: envoy-gateway
7 namespace: envoy-gateway-system
8spec:
9 minAvailable: 1
10 selector:
11 matchLabels:
12 app.kubernetes.io/instance: envoy-gateway

ServiceMonitor renovate renovate monitoring.coreos.com

@@ -0,0 +1,16 @@
1apiVersion: monitoring.coreos.com/v1
2kind: ServiceMonitor
3metadata:
4 annotations:
5 argocd.argoproj.io/tracking-id: renovate:monitoring.coreos.com/ServiceMonitor:renovate/renovate
6 name: renovate
7 namespace: renovate
8spec:
9 endpoints:
10 - interval: 30s
11 path: /metrics
12 port: metrics
13 scrapeTimeout: 10s
14 selector:
15 matchLabels:
16 app.kubernetes.io/name: renovate
@@ -0,0 +1,16 @@
1apiVersion: monitoring.coreos.com/v1
2kind: ServiceMonitor
3metadata:
4 annotations:
5 argocd.argoproj.io/tracking-id: renovate:monitoring.coreos.com/ServiceMonitor:renovate/renovate
6 name: renovate
7 namespace: renovate
8spec:
9 endpoints:
10 - interval: 30s
11 path: /metrics
12 port: metrics
13 scrapeTimeout: 10s
14 selector:
15 matchLabels:
16 app.kubernetes.io/name: renovate

RenovateJob renovate renovate renovate-operator.mogenius.com

@@ -11,18 +11,18 @@
11 value: http://10.2.0.110:390011 value: http://10.2.0.110:3900
12 - name: S3_FORCE_PATH_STYLE12 - name: S3_FORCE_PATH_STYLE
13 value: "true"13 value: "true"
14 image: renovate/renovate:43.205.3@sha256:53a36e2d4da0fea960e6d4ebac3da152233532c0be1c14313086011e7c4bb551
15 parallelism: 3
14 image: renovate/renovate:43.207.4@sha256:087bab575172b1926bbc57124d988015d899b0a82d45028514377b10a392f69d
15 parallelism: 2
16 provider:16 provider:
17 name: github17 name: github
18 resources:18 resources:
19 limits:19 limits:
20 cpu: 500m
20 cpu: 750m
21 memory: 2048Mi21 memory: 2048Mi
22 requests:22 requests:
23 cpu: 500m
23 cpu: 750m
24 memory: 2048Mi24 memory: 2048Mi
25 schedule: 0 * * * *
25 schedule: 15 * * * *
26 secretRef: renovate-secret26 secretRef: renovate-secret
27 webhook:27 webhook:
28 authentication:28 authentication:
@@ -11,18 +11,18 @@
11 value: http://10.2.0.110:3900
12 - name: S3_FORCE_PATH_STYLE
13 value: "true"
14 image: renovate/renovate:43.205.3@sha256:53a36e2d4da0fea960e6d4ebac3da152233532c0be1c14313086011e7c4bb551
15 parallelism: 3
14 image: renovate/renovate:43.207.4@sha256:087bab575172b1926bbc57124d988015d899b0a82d45028514377b10a392f69d
15 parallelism: 2
16 provider:
17 name: github
18 resources:
19 limits:
20 cpu: 500m
20 cpu: 750m
21 memory: 2048Mi
22 requests:
23 cpu: 500m
23 cpu: 750m
24 memory: 2048Mi
25 schedule: 0 * * * *
25 schedule: 15 * * * *
26 secretRef: renovate-secret
27 webhook:
28 authentication: