Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Deploy via helm without nginx-ingress #897

Description

@theluke

Hi folks, is it possible to add a feature flag to deploy the app without the nginx-ingress pod?

I suggest adding at the top of the ingress.yaml this line
{{- if .Values.ingress.enabled }}

and modifying values.yaml

ingress:
    enabled: false
    annotations:
        kubernetes.io/ingress.class: nginx
    labels: {}
    host: ''
    tlsSecretName: ''

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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