Lowess / helm-charts

Open source repository for Kubernetes Helm Charts
3 stars 15 forks source link

Enable multi-service configuration #37

Closed sgcg10 closed 1 year ago

sgcg10 commented 1 year ago

The output in the deployment section has something like:

        ports:
          - name: http
            containerPort: 8080
            protocol: TCP
          - name: http
            containerPort: 8080
            protocol: TCP
          - name: jmx
            containerPort: 9010
            protocol: TCP
          - name: http
            containerPort: 8080
            protocol: TCP
Lowess commented 1 year ago

See https://github.com/Lowess/helm-charts/pull/38 instead which covers svc addition for deployment / rollout / statefulset / daemonset