kustomize helmChart

(Kustomization.yaml helmChart:에서 넘어옴)

1 개요[ | ]

kustomization.yaml helmChart

namespace: monitoring
helmCharts:
- name: prometheus
  repo: https://prometheus-community.github.io/helm-charts
  version: 22.6.3
helmCharts:
- name: minecraft
  includeCRDs: false
  valuesInline:
    minecraftServer:
      eula: true
      difficulty: hard
      rcon:
        enabled: true
  releaseName: moria
  version: 3.1.3
  repo: https://itzg.github.io/minecraft-server-charts
helmCharts:
- name: kube-prometheus-stack
  repo: https://prometheus-community.github.io/helm-charts
  version: 43.2.1
  releaseName: prom-operator
  namespace: default
  valuesInline:
    commonLabels:
      sample: "values"

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}