File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ apiVersion: extensions/v1beta1
41
41
kind : Deployment
42
42
metadata :
43
43
labels :
44
- app : ingress- kong
44
+ app : kong
45
45
name : ingress-kong
46
46
namespace : kong
47
47
spec :
48
48
selector :
49
49
matchLabels :
50
- app : ingress- kong
50
+ app : kong
51
51
strategy :
52
52
rollingUpdate :
53
53
maxSurge : 3
59
59
prometheus.io/port : " 9542"
60
60
prometheus.io/scrape : " true"
61
61
labels :
62
- app : ingress- kong
62
+ app : kong
63
63
spec :
64
64
serviceAccountName : kong-serviceaccount
65
65
containers :
Original file line number Diff line number Diff line change @@ -458,13 +458,13 @@ apiVersion: extensions/v1beta1
458
458
kind : Deployment
459
459
metadata :
460
460
labels :
461
- app : ingress- kong
461
+ app : kong
462
462
name : ingress-kong
463
463
namespace : kong
464
464
spec :
465
465
selector :
466
466
matchLabels :
467
- app : ingress- kong
467
+ app : kong
468
468
strategy :
469
469
rollingUpdate :
470
470
maxSurge : 3
@@ -476,7 +476,7 @@ spec:
476
476
prometheus.io/port : " 9542"
477
477
prometheus.io/scrape : " true"
478
478
labels :
479
- app : ingress- kong
479
+ app : kong
480
480
spec :
481
481
serviceAccountName : kong-serviceaccount
482
482
containers :
You can’t perform that action at this time.
0 commit comments