-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add redis1, auth-server1, ui-org1, gw-org1 (#68)
* debug changelog.yml Signed-off-by: tangross <[email protected]> * 2nd debug changelog.yml Signed-off-by: tangross <[email protected]> * test: Changelog.yaml (#60) * debug changelog.yml * 2nd debug changelog.yml Signed-off-by: tangross <[email protected]> * Merge branch 'master' into dev-0.2 # Conflicts: # .github/workflows/changelog.yml Signed-off-by: tangross <[email protected]> * Merge branch 'master' into dev-0.2 # Conflicts: # .github/workflows/changelog.yml * pre-commit hook avoid sops secret checkin * fix misplaced files * attempt redis deployment * add daemonset to fix redis thp issue * redis up and running * add elastisearch fluentbit kibana * add redis to main flow * add auth-server to main flow * enhance changelog wf * Merge branch 'master' into dev-0.2 # Conflicts: # app-of-app/values-org1.yaml # auth-server/templates/configmap.yaml # auth-server/templates/deployment.yaml # auth-server/templates/virtual-service.yaml # auth-server/values.yaml # doc/DEVELOPMENT.md # redis/templates/deployment.yaml # redis/values-org1.yaml # redis/values.yaml * attempt auth-server * remove ingress from hlf-ca * attempt gw-org * debug enrolAdmin error * fix wrong credentials * increase resources * turn on file logger * downgrade redisearch * debug redisearch * increase resources * add probes * add probes to redis * add probes to redis * switch to sops in auth & gw-org * add pvc for file wallet * can ignore test * test: ui-control-org1 * use a newer image ui-control * test: e2e deploy * debug argo workflow sync * test web.org1.net * add retry x2 to workflow * debug cannot connect error * add initContainer to create channel wf * increaase timeout for app sync * test gw-org external connection * increase envoy cpu to 0.1 * fix gw-org virtual service * debug gw-org1
- Loading branch information
Showing
135 changed files
with
1,709 additions
and
9,505 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
File renamed without changes.
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 was deleted.
Oops, something went wrong.
File renamed without changes.
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,19 @@ | ||
{{- if .Values.durability.enabled }} | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: WorkflowTemplate | ||
metadata: | ||
name: durability-test | ||
spec: | ||
# should use very long active time | ||
# activeDeadlineSeconds: 300 | ||
ttlStrategy: | ||
secondsAfterCompletion: 3600 | ||
secondsAfterSuccess: 3600 | ||
secondsAfterFailure: 3600 | ||
serviceAccountName: workflow | ||
entrypoint: main | ||
|
||
templates: | ||
- name: main | ||
{{ toYaml .Values.no_istio | indent 6 }} | ||
{{- 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
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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
creation_rules: | ||
- gcp_kms: projects/fdi-cd/locations/us-central1/keyRings/fdi/cryptoKeys/sops-key |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
jwtSecret: c2VjcmV0 | ||
rootClientApp: | ||
clientSecret: c2VjcmV0 | ||
# orgAdmin credentials | ||
orgAdmin: | ||
orgadmin: YWRtaW4tcGVlcjAub3JnMS5uZXQ= | ||
orgadminpw: YWRtaW4tcGVlcjAub3JnMS5uZXRQVw== | ||
# postgres connection | ||
externalDatabase: | ||
username: cG9zdGdyZXM= | ||
password: cGFzc3dvcmQ= |
Oops, something went wrong.