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
bd809372
Commit
bd809372
authored
May 11, 2021
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
update k8s config
parent
3e24f06c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8066
passed
May 20, 2021
Stage: build
Stage: docker
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
k8s/dev/deployment.yaml
+5
-5
5 additions, 5 deletions
k8s/dev/deployment.yaml
k8s/dev/services.yaml
+2
-2
2 additions, 2 deletions
k8s/dev/services.yaml
with
7 additions
and
7 deletions
k8s/dev/deployment.yaml
+
5
−
5
View file @
bd809372
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
kszk-status-
frontend
-dev
name
:
kszk-status-
angular
-dev
namespace
:
prod
namespace
:
prod
spec
:
spec
:
replicas
:
1
replicas
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
kszk-status-
frontend
-dev
app
:
kszk-status-
angular
-dev
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
kszk-status-
frontend
-dev
app
:
kszk-status-
angular
-dev
spec
:
spec
:
containers
:
containers
:
-
name
:
kszk-status-
frontend
-dev
-
name
:
kszk-status-
angular
-dev
image
:
rlacko58/kszk-status-
frontend:7df713e
c
image
:
rlacko58/kszk-status-
angular:3e24f06
c
imagePullPolicy
:
'
Always'
imagePullPolicy
:
'
Always'
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
...
This diff is collapsed.
Click to expand it.
k8s/dev/services.yaml
+
2
−
2
View file @
bd809372
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
kszk-status-
frontend
-dev-nodeport
name
:
kszk-status-
angular
-dev-nodeport
spec
:
spec
:
type
:
NodePort
type
:
NodePort
selector
:
selector
:
app
:
kszk-status-
frontend
-dev
app
:
kszk-status-
angular
-dev
ports
:
ports
:
-
port
:
80
-
port
:
80
targetPort
:
80
targetPort
:
80
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