Skip to content

Commit ab97edd

Browse files
add hermes deployment
1 parent 8062070 commit ab97edd

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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"
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: acmevault
6+
labels:
7+
name: acmevault

0 commit comments

Comments
 (0)