zmiany w drone.yml oraz deployment
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Jakub K 2023-10-04 18:45:48 +02:00
parent c642f99e8f
commit b351e29a64
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ steps:
- docker push registry.izaac.pl:5000/izaac:latest
- name: deploy
environment:
- KUBECONFIG=/path/to/drone-kubeconfig
commands:
- kubectl apply -f deployment.yml

View File

@ -22,7 +22,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: izaac-svc
name: izaac
spec:
selector:
app: izaac