-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e95af15
commit c2ab102
Showing
9 changed files
with
133 additions
and
180 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
# Helm chart values used for development and testing | ||
# Can be used through `helm install -f values.dev.yaml` or devspace `valuesFiles` | ||
# Base Helm chart values used for development and testing | ||
# Can be used through `helm install -f packages/grid/helm/examples/dev/base.yaml` or devspace `valuesFiles` | ||
|
||
global: | ||
randomizedSecrets: false | ||
|
||
registry: | ||
resourcesPreset: null | ||
resources: null | ||
|
||
storageSize: "5Gi" | ||
|
||
node: | ||
rootEmail: [email protected] | ||
associationRequestAutoApproval: true | ||
|
@@ -44,14 +38,21 @@ frontend: | |
resources: null | ||
|
||
proxy: | ||
enabled: true | ||
|
||
resourcesPreset: null | ||
resources: null | ||
|
||
rtunnel: | ||
registry: | ||
enabled: true | ||
logLevel: "trace" | ||
|
||
# attestation: | ||
# enabled: true | ||
# resourcesPreset: null | ||
# resources: null | ||
resourcesPreset: null | ||
resources: null | ||
|
||
storageSize: "5Gi" | ||
|
||
rtunnel: | ||
enabled: false | ||
|
||
attestation: | ||
enabled: false |
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 @@ | ||
# Values for deploying a domain with a reverse tunnel server in client-mode | ||
# Patched on top of patch `base.yaml` | ||
|
||
# Proxy is required for the tunnel to work | ||
proxy: | ||
enabled: true | ||
|
||
rtunnel: | ||
enabled: true | ||
mode: client | ||
logLevel: debug |
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,8 @@ | ||
# Values for deploying an enclave | ||
# Patched on top of patch `base.yaml` | ||
|
||
node: | ||
type: enclave | ||
|
||
attestation: | ||
enabled: true |
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,14 @@ | ||
# Values for deploying a gateway with a reverse tunnel server | ||
# Patched on top of patch `base.yaml` | ||
|
||
node: | ||
type: gateway | ||
|
||
# Proxy is required for the tunnel to work | ||
proxy: | ||
enabled: true | ||
|
||
rtunnel: | ||
enabled: true | ||
mode: server | ||
logLevel: debug |
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.
Oops, something went wrong.