tests - change k8s service type of prestashop to clusterip

This commit is contained in:
bunkerity 2022-07-29 14:29:15 +02:00
parent 6adff9cebd
commit 5741391de6
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ prestashopEmail: "user@example.com"
prestashopFirstName: "Prestashop"
prestashopLastName: "User"
prestashopCountry: "us"
prestashopLanguage: "en"
prestashopLanguage: "en"
service:
type: ClusterIP