-
Notifications
You must be signed in to change notification settings - Fork 0
Eoc 2.0.0 #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Eoc 2.0.0 #106
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f9c9157
Add worker component to EOC
abdelkrim-djebbar 9f76de1
Start building beta chart as oci
freddym-rl 461b5c5
Start building beta chart as oci
freddym-rl 95dab92
Redis url missing
abdelkrim-djebbar 53275a6
Fix JWT secret missing
abdelkrim-djebbar cc2c99c
Add replicas to all EOC deployments
abdelkrim-djebbar d72c8ac
Add cloudProviderAccounts values
abdelkrim-djebbar 45c0985
improve cloudProviderAccounts
abdelkrim-djebbar 344e959
Move scheduled maintenance config to the eoc worker
abdelkrim-djebbar 5e6b15a
Move notification config to eoc worker
abdelkrim-djebbar 37e9b1f
Fix config
abdelkrim-djebbar 644b093
Add UI_BASE_URL to worker, needed for email content
abdelkrim-djebbar 22c2e79
Add eoc-mcp component
abdelkrim-djebbar e79e196
Update mcp
abdelkrim-djebbar daa1102
Add SDC and Grafana config to allow worker manage them
abdelkrim-djebbar 5d5a658
Add new UI and feature flags to backend configmap
abdelkrim-djebbar 953acf3
Bump chart and app version to 2.0.0-beta.2
abdelkrim-djebbar 7ec4306
Update release-beta workflow for EOC to version 2.0.0-beta.2
abdelkrim-djebbar ba76f4c
Bump version and release 2.0.0-beta.3
freddym-rl 83ffd30
Release 2.0.0-beta.4
freddym-rl 42377fa
Release 2.0.0-beta.5
abdelkrim-djebbar d7482f5
Revert "Release 2.0.0-beta.5"
abdelkrim-djebbar bd4ca5b
Update release-beta workflow and chart version to 2.0.0-beta.5
abdelkrim-djebbar 9e7e06f
Update release-beta workflow and chart version to 2.0.0-beta.6
abdelkrim-djebbar 52797c1
Update release-beta workflow and chart version to 2.0.0-rc.1
abdelkrim-djebbar de94263
Update release-beta workflow and chart version to 2.0.0-rc.2
abdelkrim-djebbar 41ec458
Update release-beta workflow and chart version to 2.0.0-rc.3
abdelkrim-djebbar 9641fdb
Update release-beta workflow and chart version to 2.0.0-rc.4
freddym-rl d1e4530
eoc 2.0.0
freddym-rl 359d8a0
Merge branch 'master' into eoc-2.0.0
freddym-rl 3c1f6a7
Remove charts/sdc/.helmignore reintroduced by master merge
freddym-rl 4b1f3ba
Potential fix for pull request finding
freddym-rl 3e911c6
Potential fix for pull request finding
freddym-rl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| name: Release EOC Beta Chart | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - eoc-2.0.0 | ||
|
|
||
| jobs: | ||
| release: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v2 | ||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - name: Install Helm | ||
| uses: azure/setup-helm@v4 | ||
| env: | ||
| GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
|
|
||
| - name: Chart | Push | ||
| uses: appany/helm-oci-chart-releaser@v0.5.0 | ||
| with: | ||
| name: eoc | ||
| repository: radiantlogic-devops/helm-charts | ||
| path: charts/eoc | ||
| tag: 2.0.0 | ||
| registry: ghcr.io | ||
| update_dependencies: true | ||
| registry_username: "$GITHUB_ACTOR" | ||
| registry_password: ${{ secrets.GITHUB_TOKEN }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
|
|
||
| .DS_Store | ||
| *.tgz | ||
| *.lock | ||
| *.lock | ||
| local/ | ||
| .devcontainer/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| {{- if .Values.mcp.enabled }} | ||
| apiVersion: v1 | ||
| kind: ConfigMap | ||
| metadata: | ||
| name: {{ template "eoc-mcp.fullname" . }} | ||
| labels: | ||
| app: {{ template "eoc-mcp.fullname" . }} | ||
| chart: "{{ template "eoc-mcp.chart" . }}" | ||
| release: "{{ .Release.Name }}" | ||
| heritage: "{{ .Release.Service }}" | ||
| role: eoc-mcp | ||
| data: | ||
| # Server Configuration | ||
| PORT: "3000" | ||
| NODE_ENV: {{ .Values.mcp.nodeEnv | default "production" | quote }} | ||
|
|
||
| # Global Configuration | ||
| ENV_PREFIX: {{ .Values.global.infrastructureName | quote }} | ||
| DOMAIN_NAME: {{ .Values.global.domainName | quote }} | ||
| REGION: {{ .Values.global.region | quote }} | ||
|
|
||
| {{- range $key, $value := (.Values.mcp).env }} | ||
| {{ tpl $key $ }}: {{ tpl (print $value) $ | quote }} | ||
| {{- end }} | ||
| {{- range $key, $value := (.Values.global).env }} | ||
| {{ tpl $key $ }}: {{ tpl (print $value) $ | quote }} | ||
| {{- end }} | ||
| {{- end }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| {{- if .Values.mcp.enabled }} | ||
| apiVersion: apps/v1 | ||
| kind: Deployment | ||
| metadata: | ||
| name: {{ include "eoc-mcp.fullname" . }} | ||
| labels: | ||
| {{- include "eoc-mcp.labels" . | nindent 4 }} | ||
| spec: | ||
| replicas: {{ .Values.mcp.replicas | default 1 }} | ||
| selector: | ||
| matchLabels: | ||
| {{- include "eoc-mcp.selectorLabels" . | nindent 6 }} | ||
| template: | ||
| metadata: | ||
| name: {{ include "eoc-mcp.fullname" . | nindent 8 }} | ||
| labels: | ||
| {{- include "eoc-mcp.selectorLabels" . | nindent 8 }} | ||
| annotations: | ||
| {{- if (.Values.checksumConfigMap).enabled | default true }} | ||
| checksum/environment: {{ include (print $.Template.BasePath "/mcp_configmap.yaml") . | sha256sum }} | ||
| {{- end }} | ||
| spec: | ||
| {{- with .Values.imagePullSecrets }} | ||
| imagePullSecrets: | ||
| {{- toYaml . | nindent 6 }} | ||
| {{- end }} | ||
| containers: | ||
| - name: {{ .Chart.Name }} | ||
| image: "{{ .Values.mcp.image.repository }}:{{ .Values.mcp.image.tag | default .Chart.AppVersion }}" | ||
| imagePullPolicy: {{ .Values.mcp.image.pullPolicy }} | ||
| ports: | ||
| - name: http | ||
| containerPort: 3000 | ||
| protocol: TCP | ||
| envFrom: | ||
| - configMapRef: | ||
| name: {{ template "eoc-mcp.fullname" . }} | ||
| livenessProbe: | ||
| httpGet: | ||
| path: /health | ||
| port: 3000 | ||
| initialDelaySeconds: {{ default 60 .Values.mcp.initialDelaySeconds }} | ||
| periodSeconds: {{ default 30 .Values.mcp.periodSeconds }} | ||
| failureThreshold: 10 | ||
| successThreshold: 1 | ||
| readinessProbe: | ||
| httpGet: | ||
| path: /health | ||
| port: 3000 | ||
| initialDelaySeconds: {{ default 60 .Values.mcp.initialDelaySeconds }} | ||
| periodSeconds: {{ default 30 .Values.mcp.periodSeconds }} | ||
| failureThreshold: 10 | ||
| successThreshold: 1 | ||
| {{- with .Values.mcp.nodeSelector }} | ||
| nodeSelector: | ||
| {{- toYaml . | nindent 8 }} | ||
| {{- end }} | ||
| {{- with .Values.mcp.affinity }} | ||
| affinity: | ||
| {{- toYaml . | nindent 8 }} | ||
| {{- end }} | ||
| {{- with .Values.mcp.tolerations }} | ||
| tolerations: | ||
| {{- toYaml . | nindent 8 }} | ||
| {{- end }} | ||
| {{- end }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| {{- if .Values.mcp.enabled }} | ||
| apiVersion: v1 | ||
| kind: Service | ||
| metadata: | ||
| name: {{ include "eoc-mcp.fullname" . }} | ||
| labels: | ||
| {{- include "eoc-mcp.labels" . | nindent 4 }} | ||
| spec: | ||
| type: {{ .Values.mcp.service.type }} | ||
| ports: | ||
| - port: {{ .Values.mcp.service.port }} | ||
| targetPort: http | ||
| protocol: TCP | ||
| name: http | ||
| selector: | ||
| {{- include "eoc-mcp.selectorLabels" . | nindent 4 }} | ||
| {{- end }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.