Skip to content

Commit 9ae6886

Browse files
committed
Fixed name in the wrong place
1 parent 388d1e5 commit 9ae6886

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes/base/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ spec:
2828
periodSeconds: 5
2929
readinessProbe:
3030
httpGet:
31-
name: http
32-
port: 80
31+
port: http
3332
path: /status/ready
3433
initialDelaySeconds: 5
3534
periodSeconds: 10
3635
timeoutSeconds: 2
3736
ports:
3837
- containerPort: 80
38+
name: http
3939
envFrom:
4040
- configMapRef:
4141
name: <% .Name %>-config

0 commit comments

Comments
 (0)