Fix magento k8s tests

This commit is contained in:
Théophile Diot 2023-10-18 17:51:32 +02:00
parent b2cf8986f5
commit 9964f42e66
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ spec:
service:
name: magento
port:
number: 8080
number: 80
---
apiVersion: v1
kind: ConfigMap

View file

@ -6,9 +6,9 @@
"delay": 300,
"tests": [
{
"type": "status",
"type": "string",
"url": "https://www.example.com",
"string": 200
"string": "magento"
}
]
}