-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvalues.yaml
32 lines (32 loc) · 1.23 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
## Global Docker image parameters
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
image:
# image.registry -- Image registry
registry: docker.io
# image.repository -- Image Repository
repository: saikatharryc/muescheli
# image.tag -- Image Tag
tag: latest
## Kubernetes configuration
## For minikube, set this to NodePort, elsewhere use LoadBalancer
##
service:
# service.type -- Service Type (i.e LoadBalancer,NodePort etc)
type: ClusterIP
# service.port -- HTTP Port
port: 8091
## loadBalancerIP:
##
## nodePorts:
## http: <to set explicitly, choose port between 30000-32767>
nodePorts:
# service.nodePorts.http -- Nodepport if available
http:
## Enable client source IP preservation
## ref http://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
##
# service.externalTrafficPolicy -- External Traffic Policy
externalTrafficPolicy: Cluster
# service.annotations -- Service annotations done as key:value pairs
annotations: