-
Notifications
You must be signed in to change notification settings - Fork 116
Streamline deployment configs #5903
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
Open
clincoln8
wants to merge
10
commits into
datacommonsorg:master
Choose a base branch
from
clincoln8:vals
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
81ef9ee
autopush and dev done
clincoln8 c4314f8
staging and prod
clincoln8 e7c280f
Merge branch 'master' into vals
clincoln8 49fff17
fix nl enabled for staging and prod, add back servicegroup configs fo…
clincoln8 3441ee2
dedupe one setvalues
clincoln8 51e7671
fix whitespace
clincoln8 09f94bd
add comment headers
clincoln8 a781811
convert githashes in skaffold to setValueTemplates
clincoln8 6761dbd
Merge branch 'master' into vals
clincoln8 0c1acfc
Merge branch 'master' into vals
clincoln8 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
Some comments aren't visible on the classic Files Changed page.
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
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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
|
|
||
|
|
||
| mixer: | ||
| serviceName: "website-esp.endpoints.datcom-website-autopush.cloud.goog" | ||
| hostProject: "datcom-website-autopush" | ||
| cacheSVFormula: true | ||
| useRedis: true | ||
| redis: | ||
| enabled: true | ||
| configFile: | | ||
| instances: | ||
| - region: "us-central1" | ||
| host: "10.13.112.19" | ||
| port: "6379" | ||
| enableOtlp: true | ||
|
|
||
| serviceAccount: | ||
| name: website-ksa | ||
|
|
||
| # Disable ingress for mixer in datcom-website-autopush | ||
| ingress: | ||
| enabled: false | ||
|
|
||
| serviceGroups: | ||
| recon: null | ||
| svg: | ||
| replicas: 5 | ||
| node: | ||
| replicas: 12 | ||
| observation: | ||
| replicas: 12 | ||
| default: | ||
| replicas: 12 | ||
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 |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Overrides for datcom-website-dev's mixer deployments | ||
| # Default values are defined by | ||
| # priority: /mixer/deploy/helm_charts/envs/mixer_dev.yaml | ||
| # fallback: /mixer/deploy/helm_charts/values.yaml | ||
|
|
||
| project: "datcom-website-dev" | ||
|
|
||
| mixer: | ||
| hostProject: "datcom-website-dev" | ||
| serviceName: "website-esp.endpoints.datcom-website-dev.cloud.goog" | ||
| redis: | ||
| enabled: true | ||
| configFile: | | ||
| instances: | ||
| - region: "us-central1" | ||
| host: "10.60.165.235" | ||
| port: "6379" | ||
| enableOtlp: true | ||
|
|
||
| serviceAccount: | ||
| name: website-ksa | ||
|
|
||
| # Disable ingress for mixer in datcom-website-dev | ||
| ingress: | ||
| enabled: false | ||
|
|
||
| serviceGroups: | ||
| recon: null | ||
| svg: | ||
| replicas: 1 | ||
| observation: | ||
| replicas: 3 | ||
| node: | ||
| replicas: 3 | ||
| default: | ||
| replicas: 3 |
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 |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
|
|
||
clincoln8 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| project: "datcom-website-prod" | ||
| mixer: | ||
| hostProject: "datcom-website-prod" | ||
| serviceName: "website-esp.endpoints.datcom-website-prod.cloud.goog" | ||
| useRedis: false | ||
| redis: | ||
| enabled: true | ||
| configFile: | | ||
| instances: | ||
| - region: "us-central1" | ||
| host: "10.212.232.163" | ||
| port: "6379" | ||
| enableOtlp: true | ||
|
|
||
| serviceAccount: | ||
| name: website-ksa | ||
|
|
||
| # Disable ingress for mixer in datcom-website-prod (Sidecar only) | ||
| ingress: | ||
| enabled: false | ||
|
|
||
| serviceGroups: | ||
| recon: null | ||
| svg: | ||
| replicas: 10 | ||
| observation: | ||
| replicas: 100 | ||
| node: | ||
| replicas: 100 | ||
| default: | ||
| replicas: 50 | ||
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 |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
|
|
||
clincoln8 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| project: "datcom-website-staging" | ||
| mixer: | ||
| hostProject: "datcom-website-staging" | ||
| serviceName: "website-esp.endpoints.datcom-website-staging.cloud.goog" | ||
| useRedis: true | ||
| redis: | ||
| enabled: true | ||
| configFile: | | ||
| instances: | ||
| - region: "us-central1" | ||
| host: "10.38.211.19" | ||
| port: "6379" | ||
| enableOtlp: true | ||
|
|
||
| serviceAccount: | ||
| name: website-ksa | ||
| ingress: | ||
| enabled: false | ||
|
|
||
| serviceGroups: | ||
| recon: null | ||
| svg: | ||
| replicas: 2 | ||
| nodePool: pool-1 | ||
| node: | ||
| replicas: 4 | ||
| observation: | ||
| replicas: 4 | ||
| default: | ||
| replicas: 4 | ||
|
|
||
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.