Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KSZK Status Angular
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
DevTeam
KSZK Status
KSZK Status Angular
Commits
88e4a2cd
Commit
88e4a2cd
authored
May 11, 2021
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
add k8s config and update
parent
19ee748e
No related branches found
No related tags found
No related merge requests found
Pipeline
#8021
failed
May 11, 2021
Stage: build
Stage: docker
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
k8s/dev/deployment.yaml
+30
-0
30 additions, 0 deletions
k8s/dev/deployment.yaml
k8s/dev/services.yaml
+11
-0
11 additions, 0 deletions
k8s/dev/services.yaml
package-lock.json
+113
-113
113 additions, 113 deletions
package-lock.json
package.json
+14
-14
14 additions, 14 deletions
package.json
with
168 additions
and
127 deletions
k8s/dev/deployment.yaml
0 → 100644
+
30
−
0
View file @
88e4a2cd
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
kszk-status-frontend-dev
namespace
:
prod
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
kszk-status-frontend-dev
template
:
metadata
:
labels
:
app
:
kszk-status-frontend-dev
spec
:
containers
:
-
name
:
kszk-status-frontend-dev
image
:
rlacko58/kszk-status-frontend:7df713ec
imagePullPolicy
:
'
Always'
ports
:
-
containerPort
:
80
name
:
http
resources
:
requests
:
memory
:
50Mi
cpu
:
50m
# readinessProbe: TODO
# httpGet:
# path: "/"
# port: 8000
This diff is collapsed.
Click to expand it.
k8s/dev/services.yaml
0 → 100644
+
11
−
0
View file @
88e4a2cd
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
kszk-status-frontend-dev-nodeport
spec
:
type
:
NodePort
selector
:
app
:
kszk-status-frontend-dev
ports
:
-
port
:
80
targetPort
:
80
This diff is collapsed.
Click to expand it.
package-lock.json
+
113
−
113
View file @
88e4a2cd
This diff is collapsed.
Click to expand it.
package.json
+
14
−
14
View file @
88e4a2cd
...
...
@@ -11,15 +11,15 @@
},
"private"
:
true
,
"dependencies"
:
{
"
@angular/animations
"
:
"
~
11.2.1
2
"
,
"
@angular/common
"
:
"
~
11.2.1
2
"
,
"
@angular/compiler
"
:
"
~
11.2.1
2
"
,
"
@angular/core
"
:
"
~
11.2.1
2
"
,
"
@angular/forms
"
:
"
~
11.2.1
2
"
,
"
@angular/localize
"
:
"
~
11.2.1
2
"
,
"
@angular/platform-browser
"
:
"
~
11.2.1
2
"
,
"
@angular/platform-browser-dynamic
"
:
"
~
11.2.1
2
"
,
"
@angular/router
"
:
"
~
11.2.1
2
"
,
"
@angular/animations
"
:
"
^
11.2.1
3
"
,
"
@angular/common
"
:
"
^
11.2.1
3
"
,
"
@angular/compiler
"
:
"
^
11.2.1
3
"
,
"
@angular/core
"
:
"
^
11.2.1
3
"
,
"
@angular/forms
"
:
"
^
11.2.1
3
"
,
"
@angular/localize
"
:
"
^
11.2.1
3
"
,
"
@angular/platform-browser
"
:
"
^
11.2.1
3
"
,
"
@angular/platform-browser-dynamic
"
:
"
^
11.2.1
3
"
,
"
@angular/router
"
:
"
^
11.2.1
3
"
,
"
@fortawesome/angular-fontawesome
"
:
"
~0.8.2
"
,
"
@fortawesome/fontawesome-svg-core
"
:
"
^1.2.34
"
,
"
@fortawesome/free-brands-svg-icons
"
:
"
^5.15.2
"
,
...
...
@@ -33,9 +33,9 @@
"
zone.js
"
:
"
~0.11.3
"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
~
0.1102.1
1
"
,
"
@angular/cli
"
:
"
~
11.2.1
1
"
,
"
@angular/compiler-cli
"
:
"
~
11.2.1
2
"
,
"
@angular-devkit/build-angular
"
:
"
^
0.1102.1
2
"
,
"
@angular/cli
"
:
"
^
11.2.1
2
"
,
"
@angular/compiler-cli
"
:
"
^
11.2.1
3
"
,
"
@types/jasmine
"
:
"
~3.6.0
"
,
"
@types/node
"
:
"
^12.11.1
"
,
"
codelyzer
"
:
"
^6.0.0
"
,
...
...
@@ -45,8 +45,8 @@
"
karma-chrome-launcher
"
:
"
~3.1.0
"
,
"
karma-coverage
"
:
"
~2.0.3
"
,
"
karma-jasmine
"
:
"
~4.0.0
"
,
"
karma-jasmine-html-reporter
"
:
"
^1.
5
.0
"
,
"
prettier
"
:
"
^2.
2.1
"
,
"
karma-jasmine-html-reporter
"
:
"
^1.
6
.0
"
,
"
prettier
"
:
"
^2.
3.0
"
,
"
protractor
"
:
"
~7.0.0
"
,
"
ts-node
"
:
"
~8.3.0
"
,
"
tslint
"
:
"
~6.1.0
"
,
...
...
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
sign in
to comment