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
263a7306
Commit
263a7306
authored
May 16, 2022
by
Dipayan Gupta
Browse files
Webin-Portal needs a Gi only
parent
1a387f47
Changes
3
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 @
263a7306
...
...
@@ -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 @
263a7306
...
...
@@ -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 @
263a7306
...
...
@@ -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