Skip to content

Commit 6cc6534

Browse files
add container-registry
1 parent c3acfc7 commit 6cc6534

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1beta1
3+
kind: Kustomization
4+
namespace: container-registry
5+
resources:
6+
- ../../../apps/container-registry
7+
- namespace.yaml
8+
components:
9+
- ../../../apps/container-registry/components/istio
10+
patches:
11+
- target:
12+
kind: VirtualService
13+
name: container-registry
14+
patch: |-
15+
- op: replace
16+
path: "/spec/hosts"
17+
value:
18+
- "cr.dqs.dd.soeren.cloud"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
kind: Namespace
3+
apiVersion: v1
4+
metadata:
5+
name: container-registry
6+
labels:
7+
name: container-registry

0 commit comments

Comments
 (0)