diff --git a/test/nextcloud/2.3.2/questions.yaml b/test/nextcloud/2.3.2/questions.yaml index 57dd9d0330..ed10482167 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 546238caa1..b62441bcab 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/