Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
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
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
4ca50c44
Commit
4ca50c44
authored
10 months ago
by
Javier Diaz
Browse files
Options
Downloads
Patches
Plain Diff
Corrected the configurationMap
parent
50b7bf4e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!259
Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/dltservice.yaml
+0
-6
0 additions, 6 deletions
manifests/dltservice.yaml
with
0 additions
and
6 deletions
manifests/dltservice.yaml
+
0
−
6
View file @
4ca50c44
...
...
@@ -16,7 +16,6 @@ apiVersion: v1
kind
:
ConfigMap
metadata
:
name
:
dlt-config
namespace
:
dlt
data
:
CHANNEL_NAME
:
"
channel1"
CHAINCODE_NAME
:
"
adrenalineDLT"
...
...
@@ -34,7 +33,6 @@ apiVersion: apps/v1
kind
:
Deployment
metadata
:
name
:
dltservice
namespace
:
dlt
spec
:
selector
:
matchLabels
:
...
...
@@ -146,7 +144,6 @@ apiVersion: v1
kind
:
PersistentVolumeClaim
metadata
:
name
:
dlt-pvc
namespace
:
dlt
spec
:
accessModes
:
-
ReadOnlyMany
...
...
@@ -169,7 +166,6 @@ spec:
hostPath
:
path
:
"
/home/cttc/test-network"
claimRef
:
namespace
:
dlt
name
:
dlt-pvc
---
...
...
@@ -178,7 +174,6 @@ apiVersion: v1
kind
:
Service
metadata
:
name
:
gatewayservice
namespace
:
dlt
spec
:
selector
:
app
:
dltservice
...
...
@@ -195,7 +190,6 @@ apiVersion: v1
kind
:
Service
metadata
:
name
:
dltservice
namespace
:
dlt
labels
:
app
:
dltservice
spec
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment