Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
a3888s committed Dec 21, 2024
1 parent 19be869 commit 0c1b96d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/k8s/prod/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: python-backend
image: a3888s/step-final-project-prod:v0.0.6
image: a3888s/step-final-project-prod:v0.0.7
ports:
- containerPort: 8080 # Відкритий порт контейнера
4 changes: 0 additions & 4 deletions app/k8s/prod/step-final-app-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,5 @@ spec:
server: 'https://kubernetes.default.svc' # Kubernetes API-сервер для цільового кластера
namespace: prod # Простір імен, у якому буде розгорнуто додаток
syncPolicy:
automated:
prune: true # Видаляє ресурси, які більше не описані у Git-репозиторії
selfHeal: true # Виправляє ресурси, якщо вони змінені вручну
allowEmpty: false # Забороняє застосовувати пустий каталог
syncOptions:
- CreateNamespace=true # Автоматичне створення простору імен, якщо його немає

0 comments on commit 0c1b96d

Please sign in to comment.