Compare commits

..

2 Commits

Author SHA1 Message Date
ce05fb4edc fix: dodan kubectl i ispravljen namespace za sz11zs
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m50s
CI/CD Pipeline / deploy (push) Failing after 54s
2026-05-02 19:53:44 +02:00
a1c73aa850 update image version to 1.1 for testing probes 2026-05-02 19:31:44 +02:00
2 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: image-tag
- name: Instaliraj kubectl
uses: azure/setup-kubectl@v3
with:
version: 'latest'
- name: Postavi kubeconfig
run: |
mkdir -p ~/.kube

View File

@@ -17,7 +17,7 @@ spec:
- name: gitea-creds
containers:
- name: moj-servis
image: git.fpmoz.sum.ba/sz11zs/moj-servis:1.0
image: git.fpmoz.sum.ba/sz11zs/moj-servis:1.1
ports:
- containerPort: 8000
@@ -56,4 +56,3 @@ spec:
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 2