Skip to content

Commit 6fe6efb

Browse files
authored
Merge pull request #8 from nginxinc/cleanup
Clean up deployment
2 parents 6655ec4 + 5a79d5b commit 6fe6efb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployment/nkl-deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: nkl-deployment
5+
namespace: nkl
56
labels:
67
app: nkl
78
spec:
@@ -16,9 +17,6 @@ spec:
1617
spec:
1718
containers:
1819
- name: nginx-k8s-edge-controller
19-
env:
20-
- name: NGINX_PLUS_HOST
21-
value: "http://10.1.1.4:9000/api"
2220
image: ciroque/nginx-k8s-edge-controller:latest
2321
imagePullPolicy: Always
2422
ports:

0 commit comments

Comments
 (0)