-
Notifications
You must be signed in to change notification settings - Fork 9
/
values-overrides.yaml
69 lines (62 loc) · 2.44 KB
/
values-overrides.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
# Override Values for MATLAB Production Server Helm Chart
global:
# MathWorks Cloud Reference Architecture License, example: "yes" (in quotes)
agreeToLicense: ""
# Network License Manager: server host and port number, example: 27000@hostname
licenseServer: 27000@hostname
# Override for private container registry, example: my-registry.example.com
images:
registry: ""
pullSecret: ""
# Ingress settings (optional)
ingressController:
enabled: false # Create 'Ingress' API object
name: nginx
annotations:
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/load-balance: "round_robin"
nginx.ingress.kubernetes.io/proxy-read-timeout: "300"
# Ingress host
domainBase: matlabprodserver.mwcloudtest.com
# Ingress https (tls termination)
tls:
enabled: false
# Name of kubernetes.io/tls secret with certificate data
secretName: ""
matlabProductionServerSettings:
# CTF files are placed here for automatic deployment.
autoDeploy:
# Inline mount options: hostpath, nfs, pvc, azurefileshare, empty (default)
volumeType: "empty"
# Node mount dir, example: /mnt/share/autodeploy
hostpath: ""
# =================================================================
# NFS server, example: server-sb08-nfs
server: ""
# NFS subpath, example: /vmgr/sandbox/share/autodeploy
path: ""
# =================================================================
# Persistent-Volume-Claim name, example: autodeploy-pv-claim
claimName: ""
# =================================================================
# Azure storage account file share name, example: auto-deploy-share
shareName: ""
# Azure storage account key secret name, example: azure-file-secret
secretName: ""
# =================================================================
deploymentSettings:
replicaCount: 1
restartPolicy: Always
optionalSettings:
Redis:
# Redis service fully qualified name, example: redis.namespace.svc.cluster.local
host: ""
name: myRedis
secretName: ""
Prometheus:
# Create a ServiceMonitor [monitoring.coreos.com/v1] for metrics discovery.
# Requires Prometheus and Prometheus Operator (CRDs) to be pre-installed.
enabled: false
# Helm release name or app.kubernetes.io/part-of label of Prometheus stack.
# ServiceMonitor needs to match on this value (if Prometheus is enabled).
matchOn: prometheus