diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-10 21:54:00 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-10 21:54:00 +0200 |
commit | 757fcb55867aa8c0545543a87ec9741827e9ab50 (patch) | |
tree | b2b08c33d607750fe148c331b878b2ea7fa3a46a /functest_kubernetes/ims/homestead-prov-svc.yaml | |
parent | d4af425da9a60c0eb8e80cb74972b99e3deadeb8 (diff) |
Remove clusterIP: None in ims svc.yaml
It now works on minikube in addition to Functest gates.
Change-Id: I314989516f81dcddb3e615fe23480135f1d8cf9a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest_kubernetes/ims/homestead-prov-svc.yaml')
-rw-r--r-- | functest_kubernetes/ims/homestead-prov-svc.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functest_kubernetes/ims/homestead-prov-svc.yaml b/functest_kubernetes/ims/homestead-prov-svc.yaml index 83103021..4a5b441e 100644 --- a/functest_kubernetes/ims/homestead-prov-svc.yaml +++ b/functest_kubernetes/ims/homestead-prov-svc.yaml @@ -8,4 +8,3 @@ spec: port: 8889 selector: service: homestead-prov - clusterIP: None |