Skip to content

Commit 4d0ffc2

Browse files
Raul MarreroRulox
Raul Marrero
authored andcommitted
Change prometheus port annotation to string
1 parent fc8a47e commit 4d0ffc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deployments/daemon-set/nginx-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
app: nginx-ingress
1414
#annotations:
1515
#prometheus.io/scrape: "true"
16-
#prometheus.io/port: 9113
16+
#prometheus.io/port: "9113"
1717
spec:
1818
serviceAccountName: nginx-ingress
1919
containers:

deployments/daemon-set/nginx-plus-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
app: nginx-ingress
1414
#annotations:
1515
#prometheus.io/scrape: "true"
16-
#prometheus.io/port: 9113
16+
#prometheus.io/port: "9113"
1717
spec:
1818
serviceAccountName: nginx-ingress
1919
containers:

deployments/deployment/nginx-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: nginx-ingress
1515
#annotations:
1616
#prometheus.io/scrape: "true"
17-
#prometheus.io/port: 9113
17+
#prometheus.io/port: "9113"
1818
spec:
1919
serviceAccountName: nginx-ingress
2020
containers:

deployments/deployment/nginx-plus-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: nginx-ingress
1515
#annotations:
1616
#prometheus.io/scrape: "true"
17-
#prometheus.io/port: 9113
17+
#prometheus.io/port: "9113"
1818
spec:
1919
serviceAccountName: nginx-ingress
2020
containers:

0 commit comments

Comments
 (0)