Skip to content

Commit

Permalink
fix(ingress): remove unused fields (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Rasheed Amir <[email protected]>
Co-authored-by: Karl Johan Grahn <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent fa45126 commit a42f0e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions application/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{{- if (.Values.ingress).enabled -}}
{{- $servicePort := .Values.ingress.servicePort -}}
{{- $pathType := .Values.ingress.pathType -}}
{{- $applicationNameTpl := include "application.name" . -}}
---
apiVersion: networking.k8s.io/v1
Expand Down
6 changes: 0 additions & 6 deletions application/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,6 @@ ingress:
# Name of the ingress class
ingressClassName: nginx

# Port of the service that serves pods
servicePort: http

#Set pathType: default is ImplementationSpecific; Options: Exact, Prefix
pathType: ImplementationSpecific

# List of host addresses to be exposed by this Ingress

hosts:
Expand Down
6 changes: 0 additions & 6 deletions application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,6 @@ ingress:
# Name of the ingress class
ingressClassName: ''

# Port of the service that serves pods
servicePort: http

#Set pathType: default is ImplementationSpecific; Options: Exact, Prefix
pathType: ImplementationSpecific

# List of host addresses to be exposed by this Ingress
hosts:
- host: chart-example.local
Expand Down

0 comments on commit a42f0e8

Please sign in to comment.