File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ generate-manifests: ## Generate manifests using Helm.
128
128
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginx.plus=true --set nginx.image.repository=$(NGINX_PLUS_PREFIX ) -n nginx-gateway | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /nginx-plus-gateway.yaml
129
129
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginxGateway.gwAPIExperimentalFeatures.enable=true -n nginx-gateway | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /nginx-gateway-experimental.yaml
130
130
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) $(HELM_TEMPLATE_EXTRA_ARGS_FOR_ALL_MANIFESTS_FILE ) --set nginxGateway.gwAPIExperimentalFeatures.enable=true --set nginx.plus=true --set nginx.image.repository=$(NGINX_PLUS_PREFIX ) -n nginx-gateway | cat $(strip $(MANIFEST_DIR ) ) /namespace.yaml - > $(strip $(MANIFEST_DIR ) ) /nginx-plus-gateway-experimental.yaml
131
- helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) --set metrics.enable=false --set nginxGateway.productTelemetry.enable=false -n nginx-gateway -s templates/deployment.yaml > config/provisioner /static-deployment.yaml
131
+ helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) --set metrics.enable=false --set nginxGateway.productTelemetry.enable=false -n nginx-gateway -s templates/deployment.yaml > config/tests /static-deployment.yaml
132
132
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) -n nginx-gateway -s templates/service.yaml > $(strip $(MANIFEST_DIR ) ) /service/loadbalancer.yaml
133
133
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) --set service.annotations.' service\.beta\.kubernetes\.io\/aws-load-balancer-type' =" nlb" -n nginx-gateway -s templates/service.yaml > $(strip $(MANIFEST_DIR ) ) /service/loadbalancer-aws-nlb.yaml
134
134
helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) --set service.type=NodePort --set service.externalTrafficPolicy=" " -n nginx-gateway -s templates/service.yaml > $(strip $(MANIFEST_DIR ) ) /service/nodeport.yaml
File renamed without changes.
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ deploy-updated-provisioner: ## Update provisioner manifest and deploy to the con
157
157
158
158
.PHONY : generate-static-deployment
159
159
generate-static-deployment :
160
- helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) --set metrics.enable=false --set nginxGateway.productTelemetry.enable=false -n nginx-gateway -s templates/deployment.yaml --set nginxGateway.image.repository=$(PREFIX ) --set nginxGateway.image.tag=$(TAG ) --set nginxGateway.image.pullPolicy=Never --set nginx.image.repository=$(NGINX_PREFIX ) --set nginx.image.tag=$(TAG ) --set nginx.image.pullPolicy=Never --set nginxGateway.gwAPIExperimentalFeatures.enable=$(ENABLE_EXPERIMENTAL ) --set nginx.plus=$(PLUS_ENABLED ) > $(SELF_DIR ) config/provisioner /static-deployment.yaml
160
+ helm template nginx-gateway $(CHART_DIR ) $(HELM_TEMPLATE_COMMON_ARGS ) --set metrics.enable=false --set nginxGateway.productTelemetry.enable=false -n nginx-gateway -s templates/deployment.yaml --set nginxGateway.image.repository=$(PREFIX ) --set nginxGateway.image.tag=$(TAG ) --set nginxGateway.image.pullPolicy=Never --set nginx.image.repository=$(NGINX_PREFIX ) --set nginx.image.tag=$(TAG ) --set nginx.image.pullPolicy=Never --set nginxGateway.gwAPIExperimentalFeatures.enable=$(ENABLE_EXPERIMENTAL ) --set nginx.plus=$(PLUS_ENABLED ) > $(SELF_DIR ) config/tests /static-deployment.yaml
161
161
162
162
.PHONY : install-ngf-local-build
163
163
install-ngf-local-build : deploy-updated-provisioner
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Global Flags:
19
19
https://github.com/nginxinc/nginx-gateway-fabric/issues/634 ). However, it can be used in the Gateway API conformance
20
20
tests, which expect a Gateway API implementation to provision an independent data plane per Gateway.
21
21
>
22
- > Note: Provisioner uses [ this manifest] ( https://github.com/nginxinc/nginx-gateway-fabric/blob/main/config/provisioner /static-deployment.yaml )
22
+ > Note: Provisioner uses [ this manifest] ( https://github.com/nginxinc/nginx-gateway-fabric/blob/main/config/tests /static-deployment.yaml )
23
23
to create an NGF static mode Deployment.
24
24
> This manifest gets included into the NGF binary during the NGF build. To customize the Deployment, modify the
25
25
manifest and ** re-build** NGF.
You can’t perform that action at this time.
0 commit comments