Compare commits

...

6 Commits

Author SHA1 Message Date
khwezi d7215ff278 Merge pull request 'Refactore manifest deployment name' (#5) from migration into master
Reviewed-on: #5
2026-05-09 19:00:31 +02:00
Khwezi Mngoma d934cc6251 Refactore manifest deployment name
continuous-integration/drone/pr Build is failing
2026-05-09 18:59:50 +02:00
khwezi 7dc60b1235 Merge pull request 'Refactored pipeline to ferer to the correct deployment name' (#4) from migration into master
Reviewed-on: #4
2026-05-09 18:50:57 +02:00
Khwezi Mngoma 113c3ef268 Refactored pipeline to ferer to the correct deployment name
continuous-integration/drone/pr Build is failing
2026-05-09 18:50:37 +02:00
khwezi f3936a34b9 Merge pull request 'Fixed pipeline to use the correct k8s manifest path' (#3) from migration into master
Reviewed-on: #3
2026-05-09 18:42:34 +02:00
Khwezi Mngoma f9287962a5 Fixed pipeline to use the correct k8s manifest path
continuous-integration/drone/pr Build is failing
2026-05-09 18:42:09 +02:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -65,8 +65,8 @@ steps:
commands:
- mkdir -p $HOME/.kube
- echo "$KUBE_CONFIG" > $HOME/.kube/config
- kubectl apply -f shop/litecharms-scheduler-uat.yml
- kubectl rollout restart deployment/litecharms-scheduler -n litecharms-scheduler-uat
- kubectl apply -f litecharms-scheduler-uat.yml
- kubectl rollout restart deployment/litecharms-scheduler-uat -n litecharms-scheduler-uat
depends_on:
- package
@@ -87,7 +87,7 @@ steps:
commands:
- mkdir -p $HOME/.kube
- echo "$KUBE_CONFIG" > $HOME/.kube/config
- kubectl apply -f litecharms-shop.yml
- kubectl apply -f litecharms-scheduler.yml
- kubectl rollout restart shop/deployment/litecharms-scheduler -n litecharms-scheduler
depends_on:
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: litecharms-scheduler
name: litecharms-scheduler-uat
namespace: litecharms-scheduler-uat
spec:
serviceName: "scheduler-worker"