Skip to content
Snippets Groups Projects
Commit 88e4a2cd authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

add k8s config and update

parent 19ee748e
No related branches found
No related tags found
No related merge requests found
Pipeline #8021 failed
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
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.
......@@ -11,15 +11,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.12",
"@angular/common": "~11.2.12",
"@angular/compiler": "~11.2.12",
"@angular/core": "~11.2.12",
"@angular/forms": "~11.2.12",
"@angular/localize": "~11.2.12",
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@angular/animations": "^11.2.13",
"@angular/common": "^11.2.13",
"@angular/compiler": "^11.2.13",
"@angular/core": "^11.2.13",
"@angular/forms": "^11.2.13",
"@angular/localize": "^11.2.13",
"@angular/platform-browser": "^11.2.13",
"@angular/platform-browser-dynamic": "^11.2.13",
"@angular/router": "^11.2.13",
"@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.11",
"@angular/cli": "~11.2.11",
"@angular/compiler-cli": "~11.2.12",
"@angular-devkit/build-angular": "^0.1102.12",
"@angular/cli": "^11.2.12",
"@angular/compiler-cli": "^11.2.13",
"@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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment