This repository was archived by the owner on Feb 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 16 files changed +161
-1
lines changed
Expand file tree Collapse file tree 16 files changed +161
-1
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115name: Build and Deploy EDC to Cluster
216
317on:
Original file line number Diff line number Diff line change 11# Copyright 2024 Dataport. All rights reserved. Developed as part of the MERLOT project.
2+ # Copyright 2024-2025 Dataport. All rights reserved. Extended as part of the POSSIBLE project.
23#
34# Licensed under the Apache License, Version 2.0 (the "License");
45# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11# Copyright 2024 Dataport. All rights reserved. Developed as part of the MERLOT project.
2+ # Copyright 2024-2025 Dataport. All rights reserved. Extended as part of the POSSIBLE project.
23#
34# Licensed under the Apache License, Version 2.0 (the "License");
45# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115---
216idsc:IDS_CONNECTOR_ATTRIBUTES_ALL:
317- securityProfile
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115image:
216 repository: ghcr.io/possible-x/omejdn
317 tag: latest
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115apiVersion: v2
216name: daps-server
317description: A Helm chart for the daps-server
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115{{- if .Values.ingress.enabled -}}
216{{- $fullName := include "daps-server.fullname" . -}}
317{{- $svcPort := .Values.service.port -}}
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115apiVersion: v1
216kind: Service
317metadata:
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115{{- if .Values.serviceAccount.create -}}
216apiVersion: v1
317kind: ServiceAccount
Original file line number Diff line number Diff line change 1+ # Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115apiVersion: apps/v1
216kind: StatefulSet
317metadata:
You can’t perform that action at this time.
0 commit comments