File tree 5 files changed +18
-14
lines changed
charts/nginx-gateway-fabric
5 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 8
8
tags :
9
9
- " v[0-9]+.[0-9]+.[0-9]+*"
10
10
pull_request :
11
+ branches :
12
+ - " *"
11
13
schedule :
12
14
- cron : " 0 4 * * *" # run every day at 4am UTC
13
15
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
pull_request :
8
+ branches :
9
+ - " *"
8
10
9
11
defaults :
10
12
run :
Original file line number Diff line number Diff line change 71
71
72
72
- name : Authenticate to Google Cloud
73
73
id : auth
74
- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
74
+ uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
75
75
with :
76
76
token_format : access_token
77
77
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_IDENTITY }}
@@ -144,9 +144,9 @@ jobs:
144
144
working-directory : ./tests
145
145
run : |
146
146
if ${{ inputs.test_label != 'all' }}; then
147
- sed -i '/^GINKGO_LABEL=/s/=.*/="${{ inputs.test_label }}"/' "scripts/vars.env" && make nfr-test;
147
+ sed -i '/^GINKGO_LABEL=/s/=.*/="${{ inputs.test_label }}"/' "scripts/vars.env" && make nfr-test;
148
148
else
149
- make nfr-test;
149
+ make nfr-test;
150
150
fi
151
151
152
152
- name : Cleanup
Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ yaml-files:
4
4
- " *.yml"
5
5
6
6
ignore :
7
- - charts/nginx-gateway-fabric
7
+ - charts/nginx-gateway-fabric/templates
8
8
- config/crd/bases/
9
9
- deploy/crds.yaml
10
- - .github/workflows/
11
10
12
11
rules :
13
12
braces : enable
Original file line number Diff line number Diff line change 71
71
plus : false
72
72
73
73
# # The configuration for the data plane that is contained in the NginxProxy resource.
74
- config : {}
74
+ config :
75
+ {}
75
76
# disableHTTP2: false
76
77
# telemetry:
77
78
# exporter:
@@ -138,14 +139,14 @@ service:
138
139
# # A list of ports to expose through the NGINX Gateway Fabric service. Update it to match the listener ports from
139
140
# # your Gateway resource. Follows the conventional Kubernetes yaml syntax for service ports.
140
141
ports :
141
- - port : 80
142
- targetPort : 80
143
- protocol : TCP
144
- name : http
145
- - port : 443
146
- targetPort : 443
147
- protocol : TCP
148
- name : https
142
+ - port : 80
143
+ targetPort : 80
144
+ protocol : TCP
145
+ name : http
146
+ - port : 443
147
+ targetPort : 443
148
+ protocol : TCP
149
+ name : https
149
150
150
151
metrics :
151
152
# # Enable exposing metrics in the Prometheus format.
You can’t perform that action at this time.
0 commit comments