-
Notifications
You must be signed in to change notification settings - Fork 6
chore: [sc-12231] VAO Stage Setup #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d14e630
Update Charts to enable metrics to be shown through TOR
teghnet 71788ba
9090
teghnet 5394a61
Drop TOR based metrics (for now)
teghnet 646b001
tor metrics fixes
WesleyCharlesBlake 49c5db0
Drop TOR based metrics (for now)
teghnet adff1ad
Drop TOR based metrics
teghnet f8292e7
Consistency
teghnet b699056
Consistency
teghnet 7e47fb9
revert readme
teghnet 84a78c3
Prep for VAO
teghnet 417727c
update readmes
teghnet 92e8983
resolve RBAC naming issues and conditionally include ports for probes
7ad33c0
updates docs
WesleyCharlesBlake 5c33d61
fix helm test service account RBAC
WesleyCharlesBlake f192f2d
parametrize ports
teghnet 1e69432
do not change spire
teghnet 94da22e
revert
teghnet a9c4393
revert
teghnet f5f735f
update health check paths in README and values files
teghnet 27fc2f0
bump appVersion to 0.58.0 and update ghost image tag
teghnet ce8e55a
update health check paths in values.yaml
teghnet 6af1fc5
bump chart version to 0.4.0 in Chart.yaml and update version badge in…
teghnet 065df59
bump chart version to 0.4.0-pre.1 in Chart.yaml
teghnet 864ca6a
update deployment and values files to use chainRpcUrl instead of rpcUrl
teghnet 7fde3a3
bump ghost image tag to 0.58.1
teghnet ee7ec85
update health check paths comments in values.yaml
teghnet 8471ecb
Merge branch 'main' into sc-12231-vao-stage-setup
teghnet 109dd86
update liveness probe path and description to use "healthz"
teghnet e3d3161
update liveness probe path and description to use "healthz"
teghnet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,12 +1,12 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: {{ include "validator.fullname" . }}-clusterrolebinding | ||
name: {{ include "validator.serviceAccountName" . }}-clusterrolebinding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: {{ include "validator.fullname" . }}-clusterrole | ||
name: {{ include "validator.serviceAccountName" . }}-clusterrole | ||
subjects: | ||
- kind: ServiceAccount | ||
name: {{ include "validator.fullname" . }}-serviceaccount | ||
name: {{ include "validator.serviceAccountName" . }} | ||
namespace: {{ .Release.Namespace }} |
This file contains hidden or 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 hidden or 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 hidden or 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,11 +1,12 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: {{ include "validator.fullname" . }}-rolebinding | ||
name: {{ include "validator.serviceAccountName" . }}-rolebinding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: {{ include "validator.fullname" . }}-role | ||
name: {{ include "validator.serviceAccountName" . }}-role | ||
|
||
subjects: | ||
- kind: ServiceAccount | ||
name: {{ include "validator.fullname" . }}-serviceaccount | ||
name: {{ include "validator.serviceAccountName" . }}-test |
This file contains hidden or 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: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: {{ include "validator.fullname" . }}-serviceaccount | ||
name: {{ include "validator.serviceAccountName" . }}-test |
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.