Skip to content

Commit 2e97da5

Browse files
Fix indentation in PostgreSQL deployment spec and update Ingress host format
1 parent 3302980 commit 2e97da5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nodejs-sample-kubernetes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
metadata:
7777
labels:
7878
app: todoapp-postgres
79-
spec:
79+
spec:
8080
containers:
8181
- name: postgres
8282
image: postgres:16-alpine
@@ -279,10 +279,10 @@ metadata:
279279
spec:
280280
tls:
281281
- hosts:
282-
- http://192.168.0.29
282+
- 192.168.0.29
283283
secretName: todoapp-tls
284284
rules:
285-
- host: http://192.168.0.29
285+
- host: 192.168.0.29
286286
http:
287287
paths:
288288
- path: /

0 commit comments

Comments
 (0)