mirror of
https://github.com/Dannecron/netology-devops-gitlab.git
synced 2025-12-25 23:32:34 +03:00
fix deploy config
This commit is contained in:
@@ -13,12 +13,12 @@ spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: hello
|
||||
app: python-api
|
||||
template:
|
||||
metadata:
|
||||
namespace: hello-world
|
||||
namespace: python-api
|
||||
labels:
|
||||
app: hello
|
||||
app: python-api
|
||||
spec:
|
||||
containers:
|
||||
- name: python_api
|
||||
|
||||
Reference in New Issue
Block a user