-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support annotatiosn for services (#130)
* Support annotatiosn for services * Fix comment Co-authored-by: Hans Kristian Flaatten <hans.flaatten@tietoevry.com> * Update libchart/templates/_service.tpl Co-authored-by: Hans Kristian Flaatten <hans.flaatten@tietoevry.com> Co-authored-by: Hans Kristian Flaatten <hans.flaatten@tietoevry.com>
- Loading branch information
Showing
13 changed files
with
21 additions
and
11 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,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: .NET Core Helm Chart | ||
name: dotnet | ||
version: 9.0.0 | ||
version: 9.1.0 | ||
dependencies: | ||
- name: libchart | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
repository: file://../libchart |
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 |
---|---|---|
|
@@ -122,6 +122,7 @@ service: | |
targetPort: 8080 | ||
name: http | ||
extraPorts: [] | ||
annotations: {} | ||
|
||
# Ingress | ||
ingress: | ||
|
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,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: golan Helm Chart | ||
name: golang | ||
version: 13.0.0 | ||
version: 13.1.0 | ||
dependencies: | ||
- name: libchart | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
repository: file://../libchart |
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 |
---|---|---|
|
@@ -122,6 +122,7 @@ service: | |
targetPort: 8080 | ||
name: http | ||
extraPorts: [] | ||
annotations: {} | ||
|
||
# Ingress | ||
ingress: | ||
|
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,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: Java Helm Chart | ||
name: java | ||
version: 6.0.0 | ||
version: 6.1.0 | ||
dependencies: | ||
- name: libchart | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
repository: file://../libchart |
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 |
---|---|---|
|
@@ -122,6 +122,7 @@ service: | |
targetPort: 8080 | ||
name: http | ||
extraPorts: [] | ||
annotations: {} | ||
|
||
# Ingress | ||
ingress: | ||
|
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
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 |
---|---|---|
|
@@ -123,6 +123,7 @@ service: | |
targetPort: 8080 | ||
name: http | ||
extraPorts: [] | ||
annotations: {} | ||
|
||
# Ingress | ||
ingress: | ||
|
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,8 +1,8 @@ | ||
apiVersion: v2 | ||
description: Node.js Helm Chart | ||
name: nodejs | ||
version: 13.0.0 | ||
version: 13.1.0 | ||
dependencies: | ||
- name: libchart | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
repository: file://../libchart |
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 |
---|---|---|
|
@@ -122,6 +122,7 @@ service: | |
targetPort: 8080 | ||
name: http | ||
extraPorts: [] | ||
annotations: {} | ||
|
||
# Ingress | ||
ingress: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,7 @@ service: | |
targetPort: 8080 | ||
name: http | ||
extraPorts: [] | ||
annotations: {} | ||
|
||
# Ingress | ||
ingress: | ||
|