Giter Site home page Giter Site logo

helm-playground's People

Contributors

rjrudin avatar

Watchers

 avatar  avatar

helm-playground's Issues

replicaCount of 3 causes a failure

I am working off of https://github.com/jkerr5/marklogic-kubernetes/tree/bugfix/postStartPID .

I have the following config:

replicaCount: 3

auth:
 secretName: "ml-admin-secrets" 

resources:
  requests:      
    cpu: 2000m      
    memory: 4000Mi
  limits:
    cpu: 2000m
    memory: 4000Mi

persistence:
  enabled: true
  size: 20Gi

And I am running the following command after creating the "marklogic" namespace and the "ml-admin-secrets" secret (the above config all works fine with replicaCount=1); I'm running this from the root of the project:

helm install --values values.yaml --namespace=marklogic dev ./charts

I get the following entries in minikube dashboard:

image

Not able to get ports exposed via haProxy

My values.yaml:

replicaCount: 1

auth:
 secretName: "ml-admin-secrets" 

resources:
  requests:      
    cpu: 2000m      
    memory: 4000Mi
  limits:
    cpu: 2000m
    memory: 4000Mi

persistence:
  enabled: true
  size: 20Gi

haproxy:
  enabled: true
  service:    
    type: LoadBalancer

The service starts up fine, but I can't access http://localhost:8001 . I think https://docs.marklogic.com/11.0/guide/kubernetes-guide/en/accessing-marklogic-server-in-a-kubernetes-cluster/haproxy-load-balancer/configuration.html suggests that the above config should automatically expose 8000, 8001, and 8002.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.