-
Notifications
You must be signed in to change notification settings - Fork 62
/
values.yaml
138 lines (137 loc) · 3.15 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
forecastle:
labels:
group: com.stakater.platform
provider: stakater
version: v1.0.146
namespace: default
image:
name: stakater/forecastle
tag: v1.0.146
deployment:
replicas: 1
revisionHistoryLimit: 2
annotations: {}
affinity: {}
nodeSelector: {}
podSecurityContext:
{}
# runAsNonRoot: true
# runAsUser: 10001
# fsGroup: 10001
# seccompProfile:
# type: RuntimeDefault
securityContext:
{}
# runAsNonRoot: true
# runAsUser: 10002
# runAsGroup: 10002
# readOnlyRootFilesystem: true
# capabilities:
# drop:
# - ALL
# privileged: false
# allowPrivilegeEscalation: false
# seccompProfile:
# type: RuntimeDefault
tolerations: {}
resources: {}
# requests:
# cpu: 100m
# memory: 32Mi
# limits:
# cpu: 200m
# memory: 64Mi
pod:
annotations: {}
container:
securityContext:
{}
#privileged: false
#capabilities:
# drop:
# - ALL
#readOnlyRootFilesystem: true
#runAsNonRoot: true
#runAsUser: 1000
#runAsGroup: 1000
#allowPrivilegeEscalation: false
podDisruptionBudget:
{}
#minAvailable: 90%
#maxUnavailable: 10%
networkPolicy:
enabled: false
ingress:
enabled: false
# Ingress Controller pods selector labels.
# These labels will be used to identify the Ingress Controller pods.
# e.g:
# podSelector:
# label: nginx-ingress
podSelector: {}
# Ingress Controller namespace selector labels.
# These labels will be used to identify the Ingress Controller namespace.
# e.g:
# namespaceSelector:
# label: nginx-ingress
namespaceSelector: {}
egress:
# If enabled (`true`), configure `networkPolicy.egress.apiServer` so that
# Forecastle can reach the API Server.
denyExternalTraffic: false
# Configure egress rule that allows traffic toward the Kube API Server.
apiServer:
# The CP(s) network IP CIDR block.
masterCidrBlock: "127.0.0.1/32"
# The CP(s) port.
masterPort: 443
config:
namespaceSelector:
matchNames:
- stakater
headerBackground:
headerForeground:
title:
instanceName:
customApps: {}
proxy:
enabled: false
openshiftOauthProxy:
enabled: false
serviceAccountAnnotations: {}
resources: {}
# requests:
# cpu: 100m
# memory: 32Mi
# limits:
# cpu: 200m
# memory: 64Mi
# image: stakater/oauth-proxy:v0.0.2
securityContext: {}
service:
annotations: {}
expose: "false"
ingress:
enabled: false
annotations: {}
className: ~
hosts:
- host: forecastle.example.com
paths:
- path: /
pathType: Prefix
#tls:
#- hosts:
# - forecastle.example.com
# secretName: ~
route:
enabled: false
annotations: {}
additionalLabels: {}
host: ""
port:
targetPort: http
wildcardPolicy: None
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect