Files
k8s-configs/clusters/k8s-avroid-office.prod.local/namespaces/automations-tools/helm-aggregator/values.yaml
Rustam Tagaev 919bf81462 [DO-1692] update helm-aggegator (!136)
Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/136
Reviewed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
Reviewed-by: Stanislav Gabenov <stanislav.gabenov@avroid.team>
2025-03-12 16:12:40 +03:00

81 lines
1.8 KiB
YAML

# https://github.com/wiremind/wiremind-helm-charts/blob/main/charts/karma/values.yaml
# Number of replicas
replicaCount: 2
image:
repository: ghcr.io/actual-devops/helm-aggregator
tag: "0.2.0"
ingress:
enabled: enable
className: ""
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: helm-aggregator.avroid.tech
paths:
- path: /
pathType: ImplementationSpecific
tls: []
livenessProbe:
httpGet:
path: /healthcheck
port: http
readinessProbe:
httpGet:
path: /healthcheck
port: http
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 200m
memory: 512Mi
nodeSelector:
node-role.kubernetes.io/worker: ""
config: |
port: "8080"
repos:
- name: stevehipwell
url: https://stevehipwell.github.io/helm-charts
charts:
- plantuml
- name: wiremind
url: https://wiremind.github.io/wiremind-helm-charts
charts:
- karma
- name: aquasecurity
url: https://aquasecurity.github.io/helm-charts
charts:
- trivy
- trivy-operator
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
charts:
- prometheus-redis-exporter
- kube-prometheus-stack
- name: actual-devops
url: https://actual-devops.github.io/helm-charts
charts:
- helm-aggregator
- webhook-receiver
- name: justusbunsi
url: https://codeberg.org/justusbunsi/gitea-sonarqube-bot/raw/branch/charts
charts:
- gitea-sonarqube-bot
- name: bitnami
url: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami
charts:
- valkey
- kafka
- name: kafbat
url: https://kafbat.github.io/helm-charts
charts:
- kafka-ui