Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
632e8432
Unverified
Commit
632e8432
authored
May 16, 2022
by
Dipayan Gupta
Committed by
GitHub
May 16, 2022
Browse files
Merge pull request #44 from enasequence/ENA-4752-setup-request-and-limit-and-remove-k8-cluster-file
Webin-Portal needs a Gi only
parents
257747d5
263a7306
Pipeline
#281647
passed with stages
in 5 minutes and 28 seconds
Changes
3
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Kubernetes-dev-deploy.yaml
Kubernetes-dev-deploy.yaml
+2
-2
Kubernetes-prod-deploy.yaml
Kubernetes-prod-deploy.yaml
+2
-2
Kubernetes-test-deploy.yaml
Kubernetes-test-deploy.yaml
+2
-2
No files found.
Kubernetes-dev-deploy.yaml
View file @
632e8432
...
...
@@ -17,9 +17,9 @@ spec:
image
:
%
DOCKER_IMAGE%
resources
:
requests
:
memory
:
"
2
Gi"
memory
:
"
1
Gi"
limits
:
memory
:
"
2
Gi"
memory
:
"
1
Gi"
ports
:
-
containerPort
:
80
# - containerPort: 443
...
...
Kubernetes-prod-deploy.yaml
View file @
632e8432
...
...
@@ -17,9 +17,9 @@ spec:
image
:
%
DOCKER_IMAGE%
resources
:
requests
:
memory
:
"
2
Gi"
memory
:
"
1
Gi"
limits
:
memory
:
"
2
Gi"
memory
:
"
1
Gi"
ports
:
-
containerPort
:
80
# - containerPort: 443
...
...
Kubernetes-test-deploy.yaml
View file @
632e8432
...
...
@@ -17,9 +17,9 @@ spec:
image
:
%
DOCKER_IMAGE%
resources
:
requests
:
memory
:
"
2
Gi"
memory
:
"
1
Gi"
limits
:
memory
:
"
2
Gi"
memory
:
"
1
Gi"
ports
:
-
containerPort
:
80
# - containerPort: 443
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment