mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix magento k8s tests
This commit is contained in:
parent
b2cf8986f5
commit
9964f42e66
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ spec:
|
|||
service:
|
||||
name: magento
|
||||
port:
|
||||
number: 8080
|
||||
number: 80
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
"delay": 300,
|
||||
"tests": [
|
||||
{
|
||||
"type": "status",
|
||||
"type": "string",
|
||||
"url": "https://www.example.com",
|
||||
"string": 200
|
||||
"string": "magento"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue