Skip to content

Commit

Permalink
Clean up deployment
Browse files Browse the repository at this point in the history
- Remove old environment variable
- Deploy to nkl namespace
  • Loading branch information
ciroque committed Feb 13, 2023
1 parent 6655ec4 commit 5a79d5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployment/nkl-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: nkl-deployment
namespace: nkl
labels:
app: nkl
spec:
Expand All @@ -16,9 +17,6 @@ spec:
spec:
containers:
- name: nginx-k8s-edge-controller
env:
- name: NGINX_PLUS_HOST
value: "http://10.1.1.4:9000/api"
image: ciroque/nginx-k8s-edge-controller:latest
imagePullPolicy: Always
ports:
Expand Down

0 comments on commit 5a79d5b

Please sign in to comment.