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
c9195bbf
Commit
c9195bbf
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup ECOC'22 demo experiment
parent
78ff8668
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!4
Compute component:
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/webuiservice.yaml
+41
-41
41 additions, 41 deletions
manifests/webuiservice.yaml
scripts/show_logs_slice.sh
+1
-1
1 addition, 1 deletion
scripts/show_logs_slice.sh
with
42 additions
and
42 deletions
manifests/webuiservice.yaml
+
41
−
41
View file @
c9195bbf
...
@@ -35,7 +35,7 @@ spec:
...
@@ -35,7 +35,7 @@ spec:
image
:
registry.gitlab.com/teraflow-h2020/controller/webui:latest
image
:
registry.gitlab.com/teraflow-h2020/controller/webui:latest
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8004
# TODO: define the real port
-
containerPort
:
8004
env
:
env
:
-
name
:
LOG_LEVEL
-
name
:
LOG_LEVEL
value
:
"
DEBUG"
value
:
"
DEBUG"
...
@@ -60,43 +60,43 @@ spec:
...
@@ -60,43 +60,43 @@ spec:
limits
:
limits
:
cpu
:
700m
cpu
:
700m
memory
:
1024Mi
memory
:
1024Mi
#
- name: grafana
-
name
:
grafana
#
image: grafana/grafana:8.2.6
image
:
grafana/grafana:8.2.6
#
imagePullPolicy: IfNotPresent
imagePullPolicy
:
IfNotPresent
#
ports:
ports
:
#
- containerPort: 3000
-
containerPort
:
3000
#
name: http-grafana
name
:
http-grafana
#
protocol: TCP
protocol
:
TCP
#
env:
env
:
#
- name: GF_SERVER_ROOT_URL
-
name
:
GF_SERVER_ROOT_URL
#
value: "http://0.0.0.0:3000/grafana/"
value
:
"
http://0.0.0.0:3000/grafana/"
#
- name: GF_SERVER_SERVE_FROM_SUB_PATH
-
name
:
GF_SERVER_SERVE_FROM_SUB_PATH
#
value: "true"
value
:
"
true"
#
readinessProbe:
readinessProbe
:
#
failureThreshold: 3
failureThreshold
:
3
#
httpGet:
httpGet
:
#
path: /robots.txt
path
:
/robots.txt
#
port: 3000
port
:
3000
#
scheme: HTTP
scheme
:
HTTP
#
initialDelaySeconds: 10
initialDelaySeconds
:
10
#
periodSeconds: 30
periodSeconds
:
30
#
successThreshold: 1
successThreshold
:
1
#
timeoutSeconds: 2
timeoutSeconds
:
2
#
livenessProbe:
livenessProbe
:
#
failureThreshold: 3
failureThreshold
:
3
#
initialDelaySeconds: 30
initialDelaySeconds
:
30
#
periodSeconds: 10
periodSeconds
:
10
#
successThreshold: 1
successThreshold
:
1
#
tcpSocket:
tcpSocket
:
#
port: 3000
port
:
3000
#
timeoutSeconds: 1
timeoutSeconds
:
1
#
resources:
resources
:
#
requests:
requests
:
#
cpu: 250m
cpu
:
250m
#
memory: 750Mi
memory
:
750Mi
#
limits:
limits
:
#
cpu: 700m
cpu
:
700m
#
memory: 1024Mi
memory
:
1024Mi
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
...
@@ -110,6 +110,6 @@ spec:
...
@@ -110,6 +110,6 @@ spec:
-
name
:
webui
-
name
:
webui
port
:
8004
port
:
8004
targetPort
:
8004
targetPort
:
8004
#
- name: grafana
-
name
:
grafana
#
port: 3000
port
:
3000
#
targetPort: 3000
targetPort
:
3000
This diff is collapsed.
Click to expand it.
scripts/show_logs_slice.sh
+
1
−
1
View file @
c9195bbf
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
########################################################################################################################
########################################################################################################################
# If not already set, set the name of the Kubernetes namespace to deploy to.
# If not already set, set the name of the Kubernetes namespace to deploy to.
export
TFS_K8S_NAMESPACE
=
${
TFS_K8S_NAMESPACE
:-
"tfs
-dev
"
}
export
TFS_K8S_NAMESPACE
=
${
TFS_K8S_NAMESPACE
:-
"tfs"
}
########################################################################################################################
########################################################################################################################
# Automated steps start here
# Automated steps start here
...
...
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