Skip to content

Commit

Permalink
another node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rein-Vanbelleghem committed May 7, 2024
1 parent d3449cc commit 4d24b66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1
version: 1.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
16 changes: 12 additions & 4 deletions charts/nginx/site.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
imageUrl: "https://www.nginx.com/wp-content/uploads/2021/08/NGINX-Part-of-F5-horiz-black-type-1.svg"
afterInstallationManual: |
# What to do after installing?
## What to do after installing?
This is some example text.
- list
- items
This application is exposed using NodePort, to get the IP adress and the port of the application run following commands in terminal.
Make sure your Kubeconfig is correctly exported for this.
```bash
#NodeIP:
kubectl describe node | grep Addresses: -A 4
#NodePort:
kubectl get svc
```

0 comments on commit 4d24b66

Please sign in to comment.