Alexandros Kosiaris has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/328666 )

Change subject: kubernetes::master: Fix typo in hiera for etcd urls
......................................................................


kubernetes::master: Fix typo in hiera for etcd urls

Port ius 2379, not 2739

Change-Id: I671c9c24c90126611bca68b32a4cd75c17519167
---
M hieradata/role/common/kubernetes/master.yaml
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/hieradata/role/common/kubernetes/master.yaml 
b/hieradata/role/common/kubernetes/master.yaml
index 06b1e64..4f6a189 100644
--- a/hieradata/role/common/kubernetes/master.yaml
+++ b/hieradata/role/common/kubernetes/master.yaml
@@ -3,7 +3,7 @@
     value: standard
 cluster: kubernetes
 profile::kubernetes::master::etcd_urls:
- - https://etcd1001.eqiad.wmnet:2739
- - https://etcd1002.eqiad.wmnet:2739
- - https://etcd1003.eqiad.wmnet:2739
+ - https://etcd1001.eqiad.wmnet:2379
+ - https://etcd1002.eqiad.wmnet:2379
+ - https://etcd1003.eqiad.wmnet:2379
 profile::kubernetes::master::docker_registry: darmstadtium.eqiad.wmnet

-- 
To view, visit https://gerrit.wikimedia.org/r/328666
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I671c9c24c90126611bca68b32a4cd75c17519167
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to