Skip to content

Commit

Permalink
Manifest updated (#175)
Browse files Browse the repository at this point in the history
* Manifest updated

* Manifest updated
  • Loading branch information
fabriziofiorucci authored Jan 14, 2025
1 parent 8700a23 commit da70db1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nginx-docker-builder/manifests/nginx-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ spec:
containerPort: 80
env:
# NGINX Plus R33+ JWT license token - it is recommended to store this in a Kubernetes secret
# To create the secret using a license.jwt file, run:
#
# kubectl create secret generic nginx-license --from-literal=jwt=`cat license.jwt`
- name: NGINX_LICENSE
value: "NGINX_JWT_LICENSE_TOKEN"
#value: "NGINX_JWT_LICENSE_TOKEN"
valueFrom:
secretKeyRef:
name: nginx-license
key: jwt

# NGINX Agent Configuration
- name: NGINX_AGENT_ENABLED
Expand Down

0 comments on commit da70db1

Please sign in to comment.