File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
clusters/svc.pt.soeren.cloud/hermes Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ http :
3
+ address : " 0.0.0.0:8080"
4
+ metrics_addr : " 0.0.0.0:9223"
5
+ events_impl : [http]
6
+
7
+ dead_letter_queue : " gotify"
8
+ gotify :
9
+ - uri : " gotify"
10
+ token_file : " /etc/hermes/gotify_token"
11
+ addr : " https://gotify.dqs.dd.soeren.cloud"
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : " kustomize.config.k8s.io/v1beta1"
3
+ kind : " Kustomization"
4
+ namespace : " hermes"
5
+ components :
6
+ - " ../../../apps/hermes/components/istio"
7
+ - " ../../../apps/hermes/components/istio-proxy"
8
+ - " ../../../apps/hermes/components/secret"
9
+ resources :
10
+ - " namespace.yaml"
11
+ - " ../../../apps/hermes"
12
+ configMapGenerator :
13
+ - name : " hermes-config"
14
+ files :
15
+ - " hermes-config.yaml"
16
+ patches :
17
+ - target :
18
+ kind : " VirtualService"
19
+ name : " hermes"
20
+ patch : |-
21
+ - op: "replace"
22
+ path: "/spec/hosts"
23
+ value:
24
+ - "hermes.svc.pt.soeren.cloud"
Original file line number Diff line number Diff line change
1
+ ---
2
+ kind : Namespace
3
+ apiVersion : v1
4
+ metadata :
5
+ name : acmevault
6
+ labels :
7
+ name : acmevault
You can’t perform that action at this time.
0 commit comments