-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from kool-dev/service_ports
Adding support to multiple ports on services + bump generic 1.4.0
- Loading branch information
Showing
4 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v2 | ||
name: generic | ||
description: Generic Chart | ||
version: 1.3.1 | ||
version: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## generic | ||
|
||
Kool generic chart, you can deploy pretty much anything using this little guy. | ||
|
||
|
||
### Upgrading to 1.4 | ||
|
||
Service signature has changed in order to support multiple ports in the same service: | ||
|
||
```diff | ||
-services: | ||
- default: | ||
- ... | ||
- port: 80 | ||
- # targetPort: 80 | ||
+services: | ||
+ default: | ||
+ ... | ||
+ ports: | ||
+ - port: 80 | ||
+ # targetPort: 80 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters