fix yaml
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
||||
app: moj-servis
|
||||
spec:
|
||||
containers:
|
||||
- name: moj-servis
|
||||
- name: moj-servis
|
||||
image: ivankajo/moj-servis:2.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
@@ -29,9 +29,16 @@ spec:
|
||||
secretKeyRef:
|
||||
name: moj-servis-secret
|
||||
key: DB_PASSWORD
|
||||
|
||||
- name: API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: moj-servis-secret
|
||||
key: API_KEY
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "200m"
|
||||
Reference in New Issue
Block a user