Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PDLC-Deployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
CODECO Project
Privacy-preserving Decentralised Learning and Context-awareness - PDLC
PDLC-Deployment
Merge requests
!7
Added Apache 2 Information on Files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added Apache 2 Information on Files
ip
into
main
Overview
0
Commits
2
Pipelines
1
Changes
29
Merged
Panagiotis Karamolegkos
requested to merge
ip
into
main
5 months ago
Overview
0
Commits
2
Pipelines
1
Changes
29
Expand
0
0
Merge request reports
Viewing commit
b224d0bd
Prev
Next
Show latest version
29 files
+
581
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
b224d0bd
Add copyright headers
· b224d0bd
André Gomes
authored
5 months ago
context_awareness/_context-awareness-deployment.yaml deleted
100644 → 0
+
0
−
19
Options
# ONLY HERE AS AN EXAMPLE
# Author: Panagiotis Karamolegkos (UPRC)
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
context-awareness-pod
spec
:
containers
:
-
name
:
pdlc-ca
image
:
docker.io/hecodeco/pdlc-ca:v0.0.0
# Needs to be changed
volumeMounts
:
-
name
:
shared-volume
mountPath
:
/data
readOnly
:
true
volumes
:
-
name
:
shared-volume
persistentVolumeClaim
:
claimName
:
shared-pvc-ro
Loading