[DO-1552] add helm aggregator (!21)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/21
This commit is contained in:
Rustam Tagaev
2025-02-13 17:54:13 +03:00
parent 3fb6e5c463
commit 13c59eca90
4 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
# 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.1.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: 64Mi
limits:
cpu: 200m
memory: 128Mi
nodeSelector:
nodetype: worker
config: |
repos:
- name: wiremind
url: https://wiremind.github.io/wiremind-helm-charts
- name: stevehipwell
url: https://stevehipwell.github.io/helm-charts
port: "8080"