-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [patch] divide gateway for future architecture Signed-off-by: kpango <[email protected]> * 🔥 clean Signed-off-by: Rintaro Okamura <[email protected]> * 🔧 fix type signature Signed-off-by: Rintaro Okamura <[email protected]> * ♻️ hierarchical structure values for manager components Signed-off-by: Rintaro Okamura <[email protected]> * ♻️ use variable for root object: agent Signed-off-by: Rintaro Okamura <[email protected]> * ♻️ use variable for root object: discoverer Signed-off-by: Rintaro Okamura <[email protected]> * ♻️ use variable for root object: gateway Signed-off-by: Rintaro Okamura <[email protected]> * ♻️ use variable for root object: meta Signed-off-by: Rintaro Okamura <[email protected]> * ♻️ move gateway to gateway.vald Signed-off-by: Rintaro Okamura <[email protected]> * 🚚 update existing values structure Signed-off-by: Rintaro Okamura <[email protected]> * ✨ add gateways Signed-off-by: Rintaro Okamura <[email protected]> * 🚧 add templates for gateways Signed-off-by: Rintaro Okamura <[email protected]> * 🔧 add gateway configs Signed-off-by: Rintaro Okamura <[email protected]> * ✨ add initContainer templates for wait-for-gateway-* Signed-off-by: Rintaro Okamura <[email protected]> * 🔧 add gateway client addrs Signed-off-by: Rintaro Okamura <[email protected]> Co-authored-by: kpango <[email protected]>
- Loading branch information
Showing
98 changed files
with
3,947 additions
and
2,942 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,3 +1,6 @@ | ||
Release {{ .Release.Name }} is created. | ||
|
||
Ingress: {{ .Values.gateway.ingress.host }} | ||
{{- $gateway := .Values.gateway.vald -}} | ||
{{- if and $gateway.enabled $gateway.ingress.enabled }} | ||
Ingress: {{ $gateway.ingress.host }} | ||
{{- end }} |
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
Oops, something went wrong.