File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 6363 targetPort : 8080
6464 protocol : TCP
6565 selector :
66- app : uploads-app
66+ app : uploads-app
67+ ---
68+ apiVersion : networking.k8s.io/v1
69+ kind : Ingress
70+ metadata :
71+ name : uploads-ingress
72+ annotations :
73+ kubernetes.io/ingress.class : " gce"
74+ cloud.google.com/backend-config : ' {"default": "uploads-backendconfig"}'
75+ spec :
76+ rules :
77+ - host : uploads.qdentity.io
78+ http :
79+ paths :
80+ - path : /
81+ pathType : Prefix
82+ backend :
83+ service :
84+ name : uploads-service
85+ port :
86+ number : 80
87+ ---
88+ apiVersion : cloud.google.com/v1
89+ kind : BackendConfig
90+ metadata :
91+ name : uploads-backendconfig
92+ spec :
93+ timeoutSec : 86400
94+ connectionDraining :
95+ drainingTimeoutSec : 300
96+ customRequestHeaders :
97+ headers :
98+ - " X-Client-Proto:https"
You can’t perform that action at this time.
0 commit comments