Skip to content

Commit eb00338

Browse files
fffonionhbagdi
authored andcommitted
hotfix(deploy) fix dbless deployment label for service integration
Fix the deployment labels to be app=kong so that it will be matched with kong-proxy service From #276
1 parent 1832c28 commit eb00338

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/manifests/kong-ingress-dbless.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ apiVersion: extensions/v1beta1
4141
kind: Deployment
4242
metadata:
4343
labels:
44-
app: ingress-kong
44+
app: kong
4545
name: ingress-kong
4646
namespace: kong
4747
spec:
4848
selector:
4949
matchLabels:
50-
app: ingress-kong
50+
app: kong
5151
strategy:
5252
rollingUpdate:
5353
maxSurge: 3
@@ -59,7 +59,7 @@ spec:
5959
prometheus.io/port: "9542"
6060
prometheus.io/scrape: "true"
6161
labels:
62-
app: ingress-kong
62+
app: kong
6363
spec:
6464
serviceAccountName: kong-serviceaccount
6565
containers:

deploy/single/all-in-one-dbless.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,13 +458,13 @@ apiVersion: extensions/v1beta1
458458
kind: Deployment
459459
metadata:
460460
labels:
461-
app: ingress-kong
461+
app: kong
462462
name: ingress-kong
463463
namespace: kong
464464
spec:
465465
selector:
466466
matchLabels:
467-
app: ingress-kong
467+
app: kong
468468
strategy:
469469
rollingUpdate:
470470
maxSurge: 3
@@ -476,7 +476,7 @@ spec:
476476
prometheus.io/port: "9542"
477477
prometheus.io/scrape: "true"
478478
labels:
479-
app: ingress-kong
479+
app: kong
480480
spec:
481481
serviceAccountName: kong-serviceaccount
482482
containers:

0 commit comments

Comments
 (0)