8000 controller deamonset ports are fixed · Issue #143 · nginx/nginx-ingress-helm-operator · GitHub
[go: up one dir, main page]

Skip to content

controller deamonset ports are fixed #143

@fga1794

Description

@fga1794

we need to deploy nginx ingress. Howerver on openshift, there is a default controller that use default ports 80 & 443.
So we need to custom ports . in the chart helm, the parameters are not variable.

in template Breadcrumbsnginx-ingress-helm-operator/helm-charts/nginx-ingress/templates
/controller-daemonset.yaml

.....
{{ toYaml .Values.controller.lifecycle | indent 10 }}
{{- end }}
        ports:
        - name: http
          containerPort: 80
          hostPort: 80
        - name: https
          containerPort: 443
          hostPort: 443
{{ if .Values.controller.customPorts }}
{{ toYaml .Values.controller.customPorts | indent 8 }}
....

can you change it as variable ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0