Skip to content

Commit

Permalink
Use correct ingress class (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: frodesundby <[email protected]>
  • Loading branch information
jhrv and frodesundby authored Feb 6, 2025
1 parent 98c89b8 commit a0a757c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions charts/Feature.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
environmentKinds:
- management
values:
ingressClass:
displayName: Ingress class
description: Ingress class
config:
type: string
host:
displayName: hostname override
computed:
Expand Down
2 changes: 1 addition & 1 deletion charts/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "X-Robots-Tag: noindex";
spec:
ingressClassName: '{{ .Values.ingressClass }}'
ingressClassName: 'nais-ingress-external'
rules:
- host: '{{ .Values.host }}'
http:
Expand Down
1 change: 0 additions & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
image:
repository: europe-north1-docker.pkg.dev/nais-io/nais/images
name: console-frontend
ingressClass: 'nais-ingress'
host: ''
tenantDomain: ''

Expand Down

0 comments on commit a0a757c

Please sign in to comment.