[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:
@@ -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"
|
||||
Reference in New Issue
Block a user