mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-21 04:41:19 +00:00
remove openebs
This commit is contained in:
@@ -11,7 +11,6 @@ resources:
|
||||
helmCharts:
|
||||
- name: openebs
|
||||
releaseName: openebs
|
||||
namespace: openebs
|
||||
repo: https://openebs.github.io/charts
|
||||
- name: mongodb
|
||||
releaseName: mongodb
|
||||
|
||||
21
overlays/microk8s/kustomization.yaml
Normal file
21
overlays/microk8s/kustomization.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user