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

Deploy via helm without nginx-ingress #897

Open
theluke opened this issue Jul 27, 2022 · 0 comments
Open

Deploy via helm without nginx-ingress #897

theluke opened this issue Jul 27, 2022 · 0 comments

Comments

@theluke
Copy link

theluke commented Jul 27, 2022

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: ''
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant