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