blob: 1ac6f08d8b9a59b269dbc8916bec9d02a6f13261 (
plain)
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
|
# Default values for sink.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: akhilak/sink
tag: latest
pullPolicy: IfNotPresent
repo: akhilak/darkstat
tag: latest
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
service:
#serivce port value for sink service
type: NodePort
ports:
port: 667
nodePort: 30667
nodeSelector: {}
tolerations: []
affinity: {}
|