Commit a91f3fe2 authored by Waqar Ahmed's avatar Waqar Ahmed

Use nodeport for nextcloud

parent b56a40ce
...@@ -84,7 +84,6 @@ questions: ...@@ -84,7 +84,6 @@ questions:
description: "Create new pods and then kill old ones" description: "Create new pods and then kill old ones"
- value: "Recreate" - value: "Recreate"
description: "Kill existing pods before creating new ones" description: "Kill existing pods before creating new ones"
- variable: extraEnv
- variable: service - variable: service
description: "Nextcloud Service Configuration" description: "Nextcloud Service Configuration"
......
...@@ -288,10 +288,10 @@ cronjob: ...@@ -288,10 +288,10 @@ cronjob:
# affinity: {} # affinity: {}
service: service:
type: ClusterIP type: NodePort
port: 8080 port: 8080
loadBalancerIP: nil loadBalancerIP: nil
nodePort: nil nodePort: 9000
## Enable persistence using Persistent Volume Claims ## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment