feat: add stub hipster

This commit is contained in:
2024-02-02 12:20:19 +01:00
parent 5381d9f75e
commit 9dcae0d0d5
27 changed files with 759 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
- op: add
path: /spec/template/metadata/annotations
value:
dapr.io/enabled: "true"
dapr.io/app-id: "production-hipster"
dapr.io/app-port: "8000"
dapr.io/config: "tracing"
- op: add
path: /spec/template/spec/containers/0/env
value: []
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: LOG_LEVEL
value: "4"
- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: CI_ENVIRONMENT
value: "production"
- op: replace
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
value: /healthz
- op: replace
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
value: /healthz