From 2694bdafa314663f6317ffc71dccb33c0cbf59d4 Mon Sep 17 00:00:00 2001 From: Raphael Randschau Date: Sun, 3 Sep 2017 07:53:25 -0700 Subject: [PATCH] Update example remove unnecessary port from couchdb service --- example.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/example.yml b/example.yml index 35e3131..9a6ccdc 100644 --- a/example.yml +++ b/example.yml @@ -26,11 +26,6 @@ spec: cluster: my-couchdb-cluster app: couchdb ports: - - protocol: TCP - port: 5986 - name: "node-local" - targetPort: 5986 - nodePort: 31986 - protocol: TCP port: 5984 name: "standalone"