Commit 3aa29a0
authored
Explicitly mentioning 'metrics' for the ACK controller service. (#77)
Description of changes:
Explicitly mentioning 'metrics' for the ACK controller service.
Sample dry-run putput:
```
# Source: ack-apigatewayv2-controller/templates/metrics-service.yaml
apiVersion: v1
kind: Service
metadata:
name: somename-ack-apigatewayv2-controller-metrics
namespace: default
labels:
app.kubernetes.io/name: ack-apigatewayv2-controller
app.kubernetes.io/instance: somename
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "v0.0.2"
k8s-app: ack-apigatewayv2-controller
helm.sh/chart: ack-apigatewayv2-controller-v0.0.2
control-plane: controller
spec:
selector:
app.kubernetes.io/name: ack-apigatewayv2-controller
app.kubernetes.io/instance: somename
app.kubernetes.io/managed-by: Helm
k8s-app: ack-apigatewayv2-controller
type: ClusterIP
ports:
- name: metricsport
port: 8080
targetPort: 8080
protocol: TCP
```
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 90fbdaa commit 3aa29a0
File tree
2 files changed
+11
-6
lines changed- templates/helm
- templates
2 files changed
+11
-6
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments