python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add multiple ports in Helm service template?
How can I make below snippet to support multiple ports? The template should print multiple individual port sections.
The template I currently have is:
apiVersion: v1
kind: Service
metadata:
name: {{...
Manikanta Reddy
Votes: 0
Answers: 1
Use ansible template for Helm's value files with multiline quoted strings
I'm trying to write an ansible role to install helm-charts.
The role structure, simplified for posting, is something like this:
my_role
└───defaults
└───main.yml
└───tasks
└───main.yml
└───tem...
MFranc
Votes: 0
Answers: 0
Group prometheus targets by kubernetes labels or annotations?
I have 2 questions about prometheus.
I use this helm chart.
https://artifacthub.io/packages/helm/prometheus-community/prometheus?modal=values
There is a job "kubernetes.pods". Everything wor...
JDev
Votes: 0
Answers: 0
changing the path to which pv is pointing
I want to change the path to which the following pv is pointing. I am using Elasticsearch helm chart provided by elastic.coRefer to the below ss.
Here I am providing the link to the statefulset.yaml.
...
Shishir Kumar Singh
Votes: 0
Answers: 0