portname shorthand

This commit is contained in:
Steffen Illium 2024-05-03 19:00:22 +02:00
parent 84d7f6e2eb
commit e527fbc930
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
name: http-grafana
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3

View File

@ -6,7 +6,7 @@ spec:
ports:
- port: 3000
protocol: TCP
targetPort: http-grafana
targetPort: http
name: http
selector:
app: grafana