Skip to content

Commit

Permalink
feat(k8s): Update ingress class name for pre-prod-cluster (#730)
Browse files Browse the repository at this point in the history
- [x] New feature
- [ ] Bug fix
- [ ] High impact

**Description of work:**
The ingress class name in pre-prod cluster is now
ingress-nginx-fusiondev

**Testing:**
- [ ] Can be tested
- [ ] Automatic tests created / updated
- [ ] Local tests are passing



**Checklist:**
- [ ] Considered automated tests
- [ ] Considered updating specification / documentation
- [ ] Considered work items 
- [ ] Considered security
- [ ] Performed developer testing
- [ ] Checklist finalized / ready for review
  • Loading branch information
terjebra authored Dec 5, 2024
1 parent e90c532 commit c651574
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ metadata:
name: summary-api-fusiondev-ingress
annotations:
kubernetes.io/tls-acme: "true"
kubernetes.io/ingress.class: nginx
kubernetes.io/ingress.class: ingress-nginx-fusiondev
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-buffer-size: "32k"
nginx.org/client-max-body-size: "50m"
nginx.ingress.kubernetes.io/client-max-body-size: "50m"
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
spec:
ingressClassName: nginx
ingressClassName: ingress-nginx-fusiondev
tls:
- hosts:
- fra-summary.{{ENVNAME}}.api.fusion-dev.net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ metadata:
fusion-health/application: 'Fusion Summary'
fusion-health/url: /_health/ready
spec:
ingressClassName: nginx
ingressClassName: ingress-nginx-fusiondev
tls:
- hosts:
- fra-summary-{{prNumber}}.pr.api.fusion-dev.net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ metadata:
name: resources-api-fusion-ingress
annotations:
kubernetes.io/tls-acme: "true"
kubernetes.io/ingress.class: nginx
kubernetes.io/ingress.class: ingress-nginx-fusiondev
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-buffer-size: "32k"
nginx.org/client-max-body-size: "50m"
nginx.ingress.kubernetes.io/client-max-body-size: "50m"
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
spec:
ingressClassName: nginx
ingressClassName: ingress-nginx-fusiondev
tls:
- hosts:
- fra-resources.{{ENVNAME}}.api.fusion-dev.net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
fusion-health/application: 'Fusion Resources'
fusion-health/url: /_health/ready
spec:
ingressClassName: nginx
ingressClassName: ingress-nginx-fusiondev
tls:
- hosts:
- fra-resources-{{prNumber}}.pr.api.fusion-dev.net
Expand Down

0 comments on commit c651574

Please sign in to comment.