Skip to content

Commit

Permalink
Merge pull request #71 from glaciation-heu/feature/replica-service
Browse files Browse the repository at this point in the history
[nats] configuration fixes
  • Loading branch information
ktatarnikovhiro authored Nov 25, 2024
2 parents ec026d6 + 8c59412 commit af96f0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
3 changes: 2 additions & 1 deletion base/apps/dkg-engine/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ resources:
- prediction-service.yaml
- ui-gateway.yaml
- trade-off-service.yaml
- kg-exporter.yaml
- kg-exporter.yaml
- nats.yaml
3 changes: 2 additions & 1 deletion base/apps/kernel/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- monitoring-stack.yaml
- metrics-server.yaml
- metrics-server.yaml
- minio.yaml
1 change: 0 additions & 1 deletion base/apps/security/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ resources:
- vault.yaml
- gatekeeper-policy-manager.yaml
- replicator.yaml
- minio.yaml
- minio-tenant.yaml
14 changes: 0 additions & 14 deletions overlays/validation/dkg-engine/patch-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,3 @@ spec:
helm:
valuesObject:
ingressHostName: prediction.validation
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nats-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
source:
helm:
valuesObject:
cluster:
name: nats-validation

0 comments on commit af96f0d

Please sign in to comment.