portname shorthand
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
|||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http-grafana
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- port: 3000
|
- port: 3000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: http-grafana
|
targetPort: http
|
||||||
name: http
|
name: http
|
||||||
selector:
|
selector:
|
||||||
app: grafana
|
app: grafana
|
||||||
|
|||||||
Reference in New Issue
Block a user