|
52 | 52 | - --container-name=gateway |
53 | 53 | - --concurrent-containers-names=wireguard,geneve |
54 | 54 | {{- if .Values.metrics.enabled }} |
55 | | - - --metrics-address=:8080 |
| 55 | + - --metrics-address=:8082 |
56 | 56 | {{- end }} |
57 | | - - --health-probe-bind-address=:8081 |
| 57 | + - --health-probe-bind-address=:8083 |
58 | 58 | - --ping-enabled=true |
59 | 59 | - --ping-loss-threshold={{ .Values.networking.gatewayTemplates.ping.lossThreshold }} |
60 | 60 | - --ping-interval={{ .Values.networking.gatewayTemplates.ping.interval }} |
|
68 | 68 | mountPath: /ipc |
69 | 69 | {{- if .Values.metrics.enabled }} |
70 | 70 | ports: |
71 | | - - containerPort: 8080 |
| 71 | + - containerPort: 8082 |
72 | 72 | name: gw-metrics |
73 | 73 | {{- end }} |
74 | 74 | env: |
@@ -100,13 +100,13 @@ spec: |
100 | 100 | - --endpoint-address={{"{{ index .Spec.Endpoint.Addresses 0 }}"}} |
101 | 101 | - --endpoint-port={{"{{ .Spec.Endpoint.Port }}"}} |
102 | 102 | {{- if .Values.metrics.enabled }} |
103 | | - - --metrics-address=:8082 |
| 103 | + - --metrics-address=:8084 |
104 | 104 | {{- end }} |
105 | | - - --health-probe-bind-address=:8083 |
| 105 | + - --health-probe-bind-address=:8085 |
106 | 106 | - --implementation={{ .Values.networking.gatewayTemplates.wireguard.implementation }} |
107 | 107 | {{- if .Values.metrics.enabled }} |
108 | 108 | ports: |
109 | | - - containerPort: 8082 |
| 109 | + - containerPort: 8084 |
110 | 110 | name: wg-metrics |
111 | 111 | {{- end }} |
112 | 112 | securityContext: |
@@ -136,15 +136,15 @@ spec: |
136 | 136 | - --container-name=geneve |
137 | 137 | - --geneve-port={{ .Values.networking.genevePort }} |
138 | 138 | {{- if .Values.metrics.enabled }} |
139 | | - - --metrics-address=:8084 |
| 139 | + - --metrics-address=:8086 |
140 | 140 | {{- end }} |
141 | | - - --health-probe-bind-address=:8085 |
| 141 | + - --health-probe-bind-address=:8087 |
142 | 142 | volumeMounts: |
143 | 143 | - name: ipc |
144 | 144 | mountPath: /ipc |
145 | 145 | {{- if .Values.metrics.enabled }} |
146 | 146 | ports: |
147 | | - - containerPort: 8084 |
| 147 | + - containerPort: 8086 |
148 | 148 | name: gv-metrics |
149 | 149 | {{- end }} |
150 | 150 | env: |
|
0 commit comments