Using values.yaml Different resources can use variables to be passed in, such as name, labels, image, port, targetport, etc. These values can be defined as variables and written into values.yaml, as follows: [root@master mychart]# cat values.yaml
replicas: 1
image: nginx
tag: 1.15
serviceport: 80
targetport: 80
label: nginx Reference the variables defined…