mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
Use nodeport for nextcloud
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user