portname shorthand

This commit is contained in:
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 imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: http-grafana name: http
protocol: TCP protocol: TCP
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3

View File

@@ -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