modify microk8s overlay

This commit is contained in:
Cedric Verstraeten
2024-12-01 20:39:58 +01:00
parent 975e3eb0cb
commit 0ffad21344
3 changed files with 35 additions and 22 deletions

View File

@@ -1,8 +1,3 @@
helmCharts:
- name: openebs
releaseName: openebs
repo: https://openebs.github.io/charts
resources:
- namespaces.yaml
- prometheus/base.yaml

View File

@@ -2,20 +2,35 @@ metadata:
name: standalone
resources:
- ../../base
patches:
- target:
kind: Ingress
name: hub-api-ingress
patch: |-
- op: replace
path: /spec/tls/0/secretName
value: pr54-api
- op: replace
path: /spec/tls/0/hosts/0
value: pr54.api.kerberos.lol
- op: replace
path: /spec/rules/0/host
value: pr54.api.kerberos.lol
- op: replace
path: /spec/rules/0/http/paths/0/backend/service/name
value: pr54-hub-api-svc
helmCharts:
- name: mongodb
releaseName: mongodb
namespace: mongodb
repo: oci://registry-1.docker.io/bitnamicharts
valuesFile: ../../base/mongodb/mongodb-values.yaml
valuesInline:
global:
storageClass: "microk8s-hostpath"
- name: rabbitmq
releaseName: rabbitmq
namespace: rabbitmq
repo: oci://registry-1.docker.io/bitnamicharts
valuesFile: ../../base/rabbitmq/rabbitmq-values.yaml
valuesInline:
global:
storageClass: "microk8s-hostpath"
- name: vernemq
releaseName: vernemq
namespace: vernemq
repo: https://vernemq.github.io/docker-vernemq
valuesFile: ../../base/vernemq/vernemq-values.yaml
- name: hub
releaseName: hub
namespace: kerberos-hub
repo: https://charts.kerberos.io
valuesFile: ../../base/hub/kerberos-hub-values.yaml
valuesInline:
kerberoshub:
api:
url: "localhost:32081"

View File

@@ -4,6 +4,9 @@ resources:
- ../../base
helmCharts:
- name: openebs
releaseName: openebs
repo: https://openebs.github.io/charts
- name: mongodb
releaseName: mongodb
namespace: mongodb