Skip to content

Commit 0acac3b

Browse files
committed
fix: k8s ingress classname
1 parent f9ee1e0 commit 0acac3b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.helm/adhoc/old-hostname.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ metadata:
2727
labels:
2828
name: spatial-old-hostname-ingress
2929
spec:
30+
ingressClassName: nginx
3031
rules:
3132
- host: hbp-spatial-backend.apps.hbp.eu
3233
http:

.helm/hbp_spatial_backend/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ service:
4545

4646
ingress:
4747
enabled: true
48-
className: ""
48+
className: "nginx"
4949
annotations: {}
5050
# kubernetes.io/ingress.class: nginx
5151
# kubernetes.io/tls-acme: "true"

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ repos:
99
- id: check-merge-conflict
1010
- id: check-symlinks
1111
- id: check-yaml
12-
exclude: ^\.helm/hbp_spatial_backend
12+
exclude: ^\.helm/hbp_spatial_backend/templates
13+
args: [--allow-multiple-documents]
1314
- id: end-of-file-fixer
1415
- id: debug-statements
1516
- id: trailing-whitespace

0 commit comments

Comments
 (0)