-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathvalues.yaml
More file actions
45 lines (35 loc) · 768 Bytes
/
Copy pathvalues.yaml
File metadata and controls
45 lines (35 loc) · 768 Bytes
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
# Default values for spark-hs
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: bitnami/spark
tag: 3.0.1
pullPolicy: IfNotPresent
imagePullSecrets: []
# - name: my-secret
serviceAccount:
create: false
name: ''
# S3 path to read logs from
# S3logPath: my-company-s3-bucket/spark-hs
S3logPath: ''
service:
externalPort: 80
internalPort: 18080
type: ClusterIP
resources: {}
# resources:
# limits:
# cpu: 500m
# memory: 1024Mi
# requests:
# cpu: 250m
# memory: 512Mi
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
# host: 'mycompany.com'
# path: '/'