-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved Open Match deploy into Services deploy directory (#71)
* Moved Open Match deploy into Services deploy directory * Moved Cloud Deploy files out of infrastructure/ & into services/ * Moved open-match & agones from services/ -> platform/
- Loading branch information
Showing
17 changed files
with
99 additions
and
76 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
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
infrastructure/deploy/services/install/nginx/kustomization.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,40 @@ | ||
apiVersion: skaffold/v2beta29 | ||
kind: Config | ||
deploy: | ||
kustomize: | ||
paths: | ||
- "./path_to_cluster_specific_skaffold" | ||
buildArgs: ["--enable-helm"] | ||
flags: | ||
apply: ['--server-side'] # Avoid the "Too long: must have at most 262144 bytes" problem | ||
profiles: | ||
- name: global-game-asia-east1-01 | ||
patches: | ||
- op: replace | ||
path: /deploy/kustomize/paths/0 | ||
value: "./global-game-asia-east1-01" | ||
- name: global-game-asia-east1-02 | ||
patches: | ||
- op: replace | ||
path: /deploy/kustomize/paths/0 | ||
value: "./global-game-asia-east1-02" | ||
- name: global-game-eu-west1-01 | ||
patches: | ||
- op: replace | ||
path: /deploy/kustomize/paths/0 | ||
value: "./global-game-eu-west1-01" | ||
- name: global-game-eu-west1-02 | ||
patches: | ||
- op: replace | ||
path: /deploy/kustomize/paths/0 | ||
value: "./global-game-eu-west1-02" | ||
- name: global-game-us-central1-01 | ||
patches: | ||
- op: replace | ||
path: /deploy/kustomize/paths/0 | ||
value: "./global-game-us-central1-01" | ||
- name: global-game-us-central1-02 | ||
patches: | ||
- op: replace | ||
path: /deploy/kustomize/paths/0 | ||
value: "./global-game-us-central1-02" |
1 change: 1 addition & 0 deletions
1
...deploy/open-match/base/kustomization.yaml → platform/open-match/base/kustomization.yaml
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