Skip to content

Commit

Permalink
Merge branch 'main' of github.com:beopencloud/cno
Browse files Browse the repository at this point in the history
  • Loading branch information
modoulo boly sow committed Sep 6, 2024
2 parents 484a6a7 + 5a65768 commit edd8ce7
Show file tree
Hide file tree
Showing 12 changed files with 122 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/door-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.3.4
version: v2.3.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.3.4"
appVersion: "v2.3.6"

dependencies:
- name: metrics-server
Expand Down
17 changes: 17 additions & 0 deletions deploy/helm/door-data-plane/templates/ci/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: door-ci
---

apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: door-ci
spec:
hard:
pods: "1000"

---
11 changes: 11 additions & 0 deletions deploy/helm/door-data-plane/templates/gateway/contour-LB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ kind: Namespace
metadata:
name: door-apigateway
---
apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: door-apigateway
spec:
hard:
pods: "50"

---

apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ metadata:
meta.helm.sh/release-name: door
app.kubernetes.io/managed-by: Helm
---

apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: door-apigateway-internal
spec:
hard:
pods: "50"

---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ kind: Namespace
metadata:
name: door-apigateway-internal
---

apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: door-apigateway-internal
spec:
hard:
pods: "50"

---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
11 changes: 11 additions & 0 deletions deploy/helm/door-data-plane/templates/gateway/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ kind: Namespace
metadata:
name: door-apigateway
---

apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: door-apigateway
spec:
hard:
pods: "50"

---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
11 changes: 11 additions & 0 deletions deploy/helm/door-data-plane/templates/onboard/cno-onboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ metadata:
name: door-onboarding-operator
namespace: {{ .Release.Namespace }}

---

apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: {{ .Release.Namespace }}
spec:
hard:
pods: "50"

---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
10 changes: 10 additions & 0 deletions deploy/helm/door-data-plane/templates/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ kind: Namespace
metadata:
name: door-monitoring
---

apiVersion: v1
kind: ResourceQuota
metadata:
name: door-quotas
namespace: door-monitoring
spec:
hard:
pods: "50"
---
apiVersion: v1
kind: Service
metadata:
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/door-data-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ doorCD:
value: 30s
image:
name: docker.io/beopenit/door-cd-operator
version: v2.2.0
version: v2.3.02
# resources:
# requests:
# cpu: 100m
Expand All @@ -59,7 +59,7 @@ doorHelm:
# maxStagingReplicas: -22
image:
name: beopenit/door-helm
version: v2.2.0
version: v2.3.02
resources:
requests:
cpu: 100m
Expand All @@ -74,7 +74,7 @@ doorAgent:
metricServer: true
image:
name: docker.io/beopenit/door-agent
version: v2.2.0
version: v2.3.02
# resources:
# requests:
# cpu: 100m
Expand Down
Binary file added docs/door-agent-v2.3.5.tgz
Binary file not shown.
Binary file added docs/door-agent-v2.3.6.tgz
Binary file not shown.
36 changes: 35 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,38 @@ entries:
- https://beopencloud.github.io/cno/cno-1.0.0.tgz
version: 1.0.0
door-agent:
- apiVersion: v2
appVersion: v2.3.6
created: "2024-08-05T09:10:48.361457+02:00"
dependencies:
- alias: metrics-server
condition: doorAgent.metricServer
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server
version: 3.8.2
description: Chart for DOOR agent
digest: fbb93b67d467d089858c3d3102667e393f37ff268dfcc40220342f2286be41a4
name: door-agent
type: application
urls:
- https://beopencloud.github.io/cno/door-agent-v2.3.6.tgz
version: v2.3.6
- apiVersion: v2
appVersion: v2.3.5
created: "2024-05-31T12:54:02.266502+02:00"
dependencies:
- alias: metrics-server
condition: doorAgent.metricServer
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server
version: 3.8.2
description: Chart for DOOR agent
digest: 78e2fccd09894f5e2ebd38c1f9ba954a871ced2e646ca710638543584ae91b62
name: door-agent
type: application
urls:
- https://beopencloud.github.io/cno/door-agent-v2.3.5.tgz
version: v2.3.5
- apiVersion: v2
appVersion: v2.3.4
created: "2024-05-21T13:47:25.223822Z"
Expand Down Expand Up @@ -535,4 +567,6 @@ entries:
urls:
- https://beopencloud.github.io/cno/cno-agent-1.0.0.tgz
version: 1.0.0
generated: "2023-01-26T15:26:18.052394Z"

generated: "2024-08-05T09:10:48.349583+02:00"

0 comments on commit edd8ce7

Please sign in to comment.