Ignore, I had to pass the `templates/database/mongo/values.yaml` to specify 
the volume!


persistentVolume:
  enabled: true
  ## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
  ## Default: volume.alpha.kubernetes.io/storage-class: default
  ##
  # storageClass: fast
  accessModes:
    - ReadWriteOnce
  size: 30Gi
  annotations: {}


On Friday, June 30, 2017 at 1:00:04 PM UTC+1, Norman Khine wrote:
>
> Hello, I have installed mongodb using the helm chart, 
> https://github.com/kubernetes/charts/blob/master/stable/mongodb-replicaset/templates/mongodb-service.yaml#L17,
>  
> what is the correct way to update the Type and IP for this service, 
> currently it is:
>
> ➜  k8s git:(master) kubectl describe svc trint-mongo-mongodb-replicaset 
> --context 
> zapotec                                                                     
>                                                                             
>                                                               (git)-[
> master] 
> Name: test-mongo-mongodb-replicaset
> Namespace: dev
> Labels: app=mongodb-replicaset
>  chart=mongodb-replicaset-0.2.0
>  heritage=Tiller
>  release=test-mongo
> Annotations: service.alpha.kubernetes.io/tolerate-unready-endpoints=true
> Selector: app=mongodb-replicaset,release=test-mongo
> Type: ClusterIP
> IP: None
> Port: peer 27017/TCP
> Endpoints: 10.2.6.6:27017,10.2.84.5:27017,10.2.84.6:27017
> Session Affinity: None
> Events: <none>
>
>
> or would I have to rebuild it from the helm chart?
>
> any advise is much appreciated
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to