Helm Chart - OpenShift Build and Deploymant (OpenShift Tutorial Part-9) Red Hat EX288

  Рет қаралды 8,204

Tech Tejendra

Tech Tejendra

Жыл бұрын

Helm Chart - OpenShift Build and Deploymant (OpenShift Tutorial Part-9) Red Hat EX288
Commands -
helm create famouschart
values.yaml
image:
repository: quay.io/redhattraining/famous-quotes
pullPolicy: IfNotPresent
tag: "2.1"
templates/deployment.yaml
ports:
- name: http
containerPort: 8000
protocol: TCP

Chart.yaml
dependencies:
- name: mariadb
version: 11.0.13
repository: charts.bitnami.com/bitnami
helm dependency update
values.yaml
mariadb:
auth:
username: quotes
password: quotespwd
database: quotesdb
primary:
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
env:
- name: "QUOTES_HOSTNAME"
value: "famousapp-mariadb"
- name: "QUOTES_DATABASE"
value: "quotesdb"
- name: "QUOTES_USER"
value: "quotes"
- name: "QUOTES_PASSWORD"
value: "quotespwd"
templates/deployment.yaml
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- range .Values.env }}
- name: {{ .name }}
value: {{ .value }}
{{- end }}

oc new-project developer-multicontainer-helm
helm install famousapp .
oc expose service famousapp-famouschart

Пікірлер: 9
@nirmesh44
@nirmesh44 Жыл бұрын
Best tutorial ever. Please keep up the good work.
@vijayranavat2666
@vijayranavat2666 Жыл бұрын
Very happy to see you again..
@techtejendra4782
@techtejendra4782 Жыл бұрын
Thanks 🙂
@svp9823
@svp9823 Жыл бұрын
Great explanation
@NatureVlogs77
@NatureVlogs77 Жыл бұрын
Thank you for ur back ..☺️
@techtejendra4782
@techtejendra4782 Жыл бұрын
So nice of you :)
@SyedFaiyaz-gm4fh
@SyedFaiyaz-gm4fh 5 ай бұрын
Sir please share the links of other questions of ex288, I found only 4 questions and solutions in your playlist
@mohammadjunaidshaik207
@mohammadjunaidshaik207 Жыл бұрын
Can we use 1. helm uninstall project name 2.edit the .yaml 3.Again run helm install projectname .
@USUARIOYUTUBE1
@USUARIOYUTUBE1 Жыл бұрын
Could you solve the new helm question on ex288?
What is Helm? | Helm Concepts Explained | KodeKloud
13:18
KodeKloud
Рет қаралды 85 М.
Каха заблудился в горах
00:57
К-Media
Рет қаралды 10 МЛН
Can A Seed Grow In Your Nose? 🤔
00:33
Zack D. Films
Рет қаралды 29 МЛН
哈莉奎因以为小丑不爱她了#joker #cosplay #Harriet Quinn
00:22
佐助与鸣人
Рет қаралды 8 МЛН
OpenShift Build & BuildConfig | K21Academy
21:54
K21Academy
Рет қаралды 6 М.
Single Helm Chart, Multiple environments
44:55
Deekshith SN
Рет қаралды 29 М.
OpenShift Template (OpenShift Tutorial Part-6) Red Hat EX288
25:38
Tech Tejendra
Рет қаралды 12 М.
Deploying a Quarkus based application in OpenShift using Helm
48:09
How to Create Helm Charts - The Ultimate Guide
22:26
DevOps Journey
Рет қаралды 97 М.
OpenShift Container Platform Introduction [English]
53:47
OpenShift Anwender
Рет қаралды 33 М.