Skip to content

Commit

Permalink
minor version change
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisses committed Feb 25, 2022
1 parent 0148a15 commit e6065f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions components/news-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion k8s/plain-manifests/postgis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: banane
- name: POSTGRES_USER
value: postgres
image: postgis/postgis
image: postgis/postgis:12-master
name: postgis
ports:
- containerPort: 5432
2 changes: 1 addition & 1 deletion snippets/chapter1/curl-job-podip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ spec:
containers:
- image: curlimages/curl
command: [ "/bin/sh", "-c", "--" ]
args: [ "curl -s -f --connect-timeout 5 http://172.17.0.7"]
args: [ "curl -s -f --connect-timeout 5 http://172.17.0.6"]
name: curl
restartPolicy: Never
2 changes: 1 addition & 1 deletion snippets/chapter1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</head>
<body>
<h1 style="justify-content: center; text-align: center">Hello from Kubernetes Native Development by Ben & Max</h1>
<p style="justify-content: center; text-align: center">Congratulations! You successfully copied a this html file to the PV.</p>
<p style="justify-content: center; text-align: center">Congratulations! You successfully copied this html file to the PV.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion snippets/chapter1/webserver-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: webserver-ingress
spec:
rules:
- host: webserver.192.168.39.168.nip.io
- host: webserver.192.168.49.2.nip.io
http:
paths:
- path: /
Expand Down
2 changes: 1 addition & 1 deletion snippets/chapter2/startuptime/postgis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: banane
- name: POSTGRES_USER
value: postgres
image: postgis/postgis
image: postgis/postgis:12-master
name: postgis
ports:
- containerPort: 5432

0 comments on commit e6065f2

Please sign in to comment.