-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvalues.yaml
81 lines (62 loc) · 2.01 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
replicaCount: 2
image:
repository: ghcr.io/replicatedhq/enterprise-gtm-starter
pullPolicy: IfNotPresent
tag: "latest"
isKurl: false
admin-console:
enabled: true
app:
replicated:
# an api token for a replicated user or service account
apiToken: ""
# an app slug or ID for which licenses should be provisioned
app: ""
# optional - can be used to change the upstream API endpoint for generating licenses
apiOrigin: https://api.replicated.com/vendor
form:
# controls the title on the landing page
title: "Your App Name Here"
# controls the left panel on the landing page
introMarkdown: |
Fill out the form below to request a trial license for <Your App Name Here>.
# controls the installation instructions that are shown post-download
# change this to reflect your app and channel. You can use `replicated channel inspect`
# from the vendor CLI to get your version of these instructions
installMarkdown: |
Now that you have a license, run the following to install it onto a VM:
curl https://k8s.kurl.sh/enterprise-gtm-starter | sudo bash
If you already have a cluster, you can run
curl https://kots.io/install | bash
kubectl kots install enterprise-gtm-starter
license:
# to which channel should generated licenses have access
channel: Stable
# how long should the license be valid? default 720h is about 1 month
# requires a valid go duration
expiresIn: 720h
# options are "community", "trial", or "paid". "dev" is technically valid but should not be used
type: trial
# enable various features on the license
enableGitops: false
enableSnapshots: false
enableAirgap: false
notifications:
webhook:
url: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 80
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}