forked from banzaicloud/banzai-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
49 lines (38 loc) · 1.4 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
# Default values for ht-k8s-action-plugin
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
## The official Banzai ht-k8s-action-plugin image, change tag to use a different version.
## https://hub.docker.com/r/banzaicloud/ht-k8s-action-plugin/tags/
##
image:
repository: "banzaicloud/ht-k8s-action-plugin"
tag: "0.0.1"
## Specify an imagePullPolicy (Required)
## It's recommended to change this to 'Always' if the image tag is 'latest'
## ref: http://kubernetes.io/docs/user-guide/images/#updating-images
imagePullPolicy: IfNotPresent
replicas: 1
service:
## Kubernetes service type
type: ClusterIP
## Specify the nodePort value for the LoadBalancer and NodePort service types.
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
##
# nodePort:
## Provide any additonal annotations which may be required. This can be used to
## set the LoadBalancer service type to internal only.
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
##
# annotations:
logLevel: "debug"
# location that holds (multiple) k8s config files
clusterConfigRoot: "/statestore"
# The address to listen on for HTTP requests.
port: 8080
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources:
requests:
memory: 256Mi
cpu: 120m