From a91f3fe2f10cf55738bc44d8f5488c018bed14e8 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Thu, 3 Dec 2020 20:48:34 +0500 Subject: [PATCH] Use nodeport for nextcloud --- test/nextcloud/2.3.2/questions.yaml | 1 - test/nextcloud/2.3.2/values.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/nextcloud/2.3.2/questions.yaml b/test/nextcloud/2.3.2/questions.yaml index 57dd9d03301..ed104821677 100644 --- a/test/nextcloud/2.3.2/questions.yaml +++ b/test/nextcloud/2.3.2/questions.yaml @@ -84,7 +84,6 @@ questions: description: "Create new pods and then kill old ones" - value: "Recreate" description: "Kill existing pods before creating new ones" - - variable: extraEnv - variable: service description: "Nextcloud Service Configuration" diff --git a/test/nextcloud/2.3.2/values.yaml b/test/nextcloud/2.3.2/values.yaml index 546238caa1c..b62441bcab8 100644 --- a/test/nextcloud/2.3.2/values.yaml +++ b/test/nextcloud/2.3.2/values.yaml @@ -288,10 +288,10 @@ cronjob: # affinity: {} service: - type: ClusterIP + type: NodePort port: 8080 loadBalancerIP: nil - nodePort: nil + nodePort: 9000 ## Enable persistence using Persistent Volume Claims ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/