File tree 2 files changed +6
-0
lines changed
deployment/kustomize/environments
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ kind: Ingress
32
32
metadata :
33
33
name : fluentdemo-media
34
34
annotations :
35
+ kubernetes.io/ingress.class : nginx
35
36
nginx.ingress.kubernetes.io/proxy-buffering : " on"
36
37
nginx.ingress.kubernetes.io/configuration-snippet : |
37
38
proxy_cache static-cache;
@@ -58,6 +59,7 @@ kind: Ingress
58
59
metadata :
59
60
name : fluentdemo-static
60
61
annotations :
62
+ kubernetes.io/ingress.class : nginx
61
63
nginx.ingress.kubernetes.io/proxy-buffering : " on"
62
64
nginx.ingress.kubernetes.io/configuration-snippet : |
63
65
proxy_cache static-cache;
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ apiVersion: networking.k8s.io/v1
35
35
kind : Ingress
36
36
metadata :
37
37
name : fluentdemo-authexclude
38
+ annotations :
39
+ kubernetes.io/ingress.class : nginx
38
40
spec :
39
41
rules :
40
42
- host : demo-tst.django-fluent.org
@@ -54,6 +56,7 @@ kind: Ingress
54
56
metadata :
55
57
name : fluentdemo-media
56
58
annotations :
59
+ kubernetes.io/ingress.class : nginx
57
60
nginx.ingress.kubernetes.io/proxy-buffering : " on"
58
61
nginx.ingress.kubernetes.io/configuration-snippet : |
59
62
proxy_cache static-cache;
@@ -80,6 +83,7 @@ kind: Ingress
80
83
metadata :
81
84
name : fluentdemo-static
82
85
annotations :
86
+ kubernetes.io/ingress.class : nginx
83
87
nginx.ingress.kubernetes.io/proxy-buffering : " on"
84
88
nginx.ingress.kubernetes.io/configuration-snippet : |
85
89
proxy_cache static-cache;
You can’t perform that action at this time.
0 commit comments