Skip to content

Commit 4a16d7b

Browse files
committed
added airgapped settings
1 parent 685c1d9 commit 4a16d7b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

self-hosting/methods/kubernetes.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,17 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
114114
| Setting | Default | Required | Description |
115115
|---|:---:|:---:|---|
116116
| planeVersion | v1.14.1 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
117-
| license.licenseServer | `https://prime.plane.so` | Yes | Sets the value of the `licenseServer` that gets you your license and validates it periodically. Don't change this. |
118117
| license.licenseDomain | 'plane.example.com' | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. |
119118

119+
#### Airgapped settings
120+
121+
| Setting | Default | Required | Description |
122+
|---|:---:|:---:|---|
123+
| airgapped.enabled | false | No | Specifies the airgapped mode the Plane API runs in. |
124+
| airgapped.s3SecretName | "s3-custom-ca" | No | Name of the Secret that contains the CA certificate (.crt). The Secret must include a data key whose filename matches the basename of `airgapped.s3SecretKey` (default: `s3-custom-ca.crt`). Used to override S3’s CA when `airgapped.enabled=true`. Applying this secret looks like: `kubectl -n plane create secret generic plane-s3-ca \ --from-file=s3-custom-ca.crt=/path/to/your/ca.crt` |
125+
| airgapped.s3SecretKey | "s3-custom-ca.crt" | No | Key name of the secret to load the Custom Root CA from `airgapped.s3SecretName` |
126+
127+
120128
#### Postgres
121129

122130
| Setting | Default | Required | Description |

0 commit comments

Comments
 (0)