Helm Mini Course Part 6 - How to write a values.yaml file

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

i am a serial Udemy course student.
But this right here is nothing like I have seen before.

Just to support your efforts.
I will be buying your Udemy Course

phrvnkson
Автор

"On this course I'm not trying to just give you answers and tell you to do this and that."
"The whole point of these videos is to show you how you can work these things out for yourself."
- 2:23

This is exactly the approach that needs to be taken with these tutorials.
Excellent format and teaching style, thanks again for your efforts.

JamesPeiris
Автор

Thanks for such informative series on helm.

santoshkaluskar
Автор

Thanks !!! you help me a lot with this video

caltuco
Автор

How do you know to look in the grafana/helm-charts repo for the configuration information? If I have a completely different repo what is a reliable way to find the configuration? I did not see any direct link to the grafana/helm-charts repo either from the prometheus page or the grafana page. Do I just need to google it on a case to case basis?

tommongan
Автор

Hello Richard,
First off: Thank you for the video!
I have some questions tho:
In my project I have started using Helm and I run multiple jobs within a cluster. I have made a struct within my values.yaml file with the names and scripts that it needs to run.
It looks something like this:
scriptjobs:
- name: job1
command: ‘script1.sh'
resources:
requests:
memory: 143051Mi
- name: job2
command: ‘script2.sh'
resources:
requests:
memory: 128Mi

I want to give them a strict starting portion of memory when starting, but it does not seem to use this when I deploy my helm chart. The other values it does match, what am I doing wrong?

awdwadawda
Автор

Some useful regex for this video:

grafana:(.|\n)*?service:

TheBoWill
visit shbcf.ru