We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4e826 commit a0401ffCopy full SHA for a0401ff
clusters/svc.dd.soeren.cloud/nats/kustomization.yaml
@@ -0,0 +1,18 @@
1
+---
2
+apiVersion: "kustomize.config.k8s.io/v1beta1"
3
+kind: "Kustomization"
4
+namespace: "nats"
5
+resources:
6
+ - "namespace.yaml"
7
+ - "../../../apps/nats"
8
+components:
9
+ - "../../../apps/nats/components/istio"
10
+patches:
11
+ - target:
12
+ kind: "VirtualService"
13
+ name: "nats"
14
+ patch: |-
15
+ - op: "replace"
16
+ path: "/spec/hosts"
17
+ value:
18
+ - "nats.svc.dd.soeren.cloud"
clusters/svc.dd.soeren.cloud/nats/namespace.yaml
@@ -0,0 +1,7 @@
+kind: "Namespace"
+apiVersion: "v1"
+metadata:
+ labels:
0 commit comments