File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.10.16-alpine3.21 as builder
1+ FROM python:3.10.16-alpine3.21 AS builder
22
33ENV PYTHONUNBUFFERED=1
44
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ kind: Ingress
33metadata :
44 name : pokeapi-ingress
55 annotations :
6- kubernetes.io/ingress.class : " haproxy"
76 ingress.kubernetes.io/config-backend : |
87 compression algo gzip
98 compression type application/json
1312 name : default-backend
1413 port :
1514 number : 8080
15+ ingressClassName : haproxy
1616 rules :
1717 - http :
1818 paths :
@@ -29,7 +29,6 @@ kind: Ingress
2929metadata :
3030 name : graphql-ingress
3131 annotations :
32- kubernetes.io/ingress.class : " haproxy"
3332 ingress.kubernetes.io/config-backend : |
3433 http-request replace-path /graphql(.*) \1
3534spec :
3837 name : default-backend
3938 port :
4039 number : 8080
40+ ingressClassName : haproxy
4141 rules :
4242 - http :
4343 paths :
You can’t perform that action at this time.
0 commit comments