Skip to content

Commit

Permalink
swap to default http/s ports for Nginx (Azure#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMKing authored Apr 25, 2024
1 parent dfdef91 commit 9251699
Show file tree
Hide file tree
Showing 11 changed files with 1,321 additions and 1,343 deletions.
8 changes: 3 additions & 5 deletions pkg/manifests/fixtures/nginx/full-with-replicas.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,16 @@
"--election-id=nginx",
"--publish-service=$(POD_NAMESPACE)/nginx",
"--configmap=$(POD_NAMESPACE)/nginx",
"--enable-annotation-validation=true",
"--http-port=8080",
"--https-port=8443"
"--enable-annotation-validation=true"
],
"ports": [
{
"name": "http",
"containerPort": 8080
"containerPort": 80
},
{
"name": "https",
"containerPort": 8443
"containerPort": 443
},
{
"name": "prometheus",
Expand Down
8 changes: 3 additions & 5 deletions pkg/manifests/fixtures/nginx/full-with-target-cpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,16 @@
"--election-id=nginx",
"--publish-service=$(POD_NAMESPACE)/nginx",
"--configmap=$(POD_NAMESPACE)/nginx",
"--enable-annotation-validation=true",
"--http-port=8080",
"--https-port=8443"
"--enable-annotation-validation=true"
],
"ports": [
{
"name": "http",
"containerPort": 8080
"containerPort": 80
},
{
"name": "https",
"containerPort": 8443
"containerPort": 443
},
{
"name": "prometheus",
Expand Down
8 changes: 3 additions & 5 deletions pkg/manifests/fixtures/nginx/full.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,16 @@
"--election-id=nginx",
"--publish-service=$(POD_NAMESPACE)/nginx",
"--configmap=$(POD_NAMESPACE)/nginx",
"--enable-annotation-validation=true",
"--http-port=8080",
"--https-port=8443"
"--enable-annotation-validation=true"
],
"ports": [
{
"name": "http",
"containerPort": 8080
"containerPort": 80
},
{
"name": "https",
"containerPort": 8443
"containerPort": 443
},
{
"name": "prometheus",
Expand Down
Loading

0 comments on commit 9251699

Please sign in to comment.