wip: reenable use of deploy env in dapr app-id
This commit is contained in:
@@ -1,21 +1,3 @@
|
|||||||
- op: add
|
|
||||||
path: /spec/template/metadata/annotations
|
|
||||||
value:
|
|
||||||
dapr.io/enabled: "true"
|
|
||||||
dapr.io/app-id: "hipster"
|
|
||||||
dapr.io/app-port: "8000"
|
|
||||||
dapr.io/config: "tracing"
|
|
||||||
dapr.io/app-protocol: "http"
|
|
||||||
dapr.io/enable-app-health-check: "true"
|
|
||||||
dapr.io/app-health-check-path: "/healthz"
|
|
||||||
dapr.io/app-health-probe-interval: "3"
|
|
||||||
dapr.io/app-health-probe-timeout: "200"
|
|
||||||
dapr.io/app-health-threshold: "2"
|
|
||||||
dapr.io/sidecar-cpu-request: "100m"
|
|
||||||
dapr.io/sidecar-memory-request: "250Mi"
|
|
||||||
dapr.io/sidecar-cpu-limit: "300m"
|
|
||||||
dapr.io/sidecar-memory-limit: "1000Mi"
|
|
||||||
dapr.io/log-as-json: "true"
|
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
|
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
|
||||||
value: /healthz
|
value: /healthz
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
podAnnotations:
|
||||||
|
dapr.io/app-id: "prod-hipster"
|
||||||
|
dapr.io/enabled: "true"
|
||||||
|
dapr.io/app-port: "8000"
|
||||||
|
dapr.io/config: "tracing"
|
||||||
|
dapr.io/app-protocol: "http"
|
||||||
|
dapr.io/enable-app-health-check: "true"
|
||||||
|
dapr.io/app-health-check-path: "/healthz"
|
||||||
|
dapr.io/app-health-probe-interval: "3"
|
||||||
|
dapr.io/app-health-probe-timeout: "200"
|
||||||
|
dapr.io/app-health-threshold: "2"
|
||||||
|
dapr.io/sidecar-cpu-request: "100m"
|
||||||
|
dapr.io/sidecar-memory-request: "250Mi"
|
||||||
|
dapr.io/sidecar-cpu-limit: "300m"
|
||||||
|
dapr.io/sidecar-memory-limit: "1000Mi"
|
||||||
|
dapr.io/log-as-json: "true"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
|
|||||||
@@ -1,5 +1,23 @@
|
|||||||
image:
|
image:
|
||||||
tag: 8c5cf432-debug
|
tag: 8c5cf432-debug
|
||||||
|
|
||||||
|
podAnnotations:
|
||||||
|
dapr.io/app-id: "staging-hipster"
|
||||||
|
dapr.io/enabled: "true"
|
||||||
|
dapr.io/app-port: "8000"
|
||||||
|
dapr.io/config: "tracing"
|
||||||
|
dapr.io/app-protocol: "http"
|
||||||
|
dapr.io/enable-app-health-check: "true"
|
||||||
|
dapr.io/app-health-check-path: "/healthz"
|
||||||
|
dapr.io/app-health-probe-interval: "3"
|
||||||
|
dapr.io/app-health-probe-timeout: "200"
|
||||||
|
dapr.io/app-health-threshold: "2"
|
||||||
|
dapr.io/sidecar-cpu-request: "100m"
|
||||||
|
dapr.io/sidecar-memory-request: "250Mi"
|
||||||
|
dapr.io/sidecar-cpu-limit: "300m"
|
||||||
|
dapr.io/sidecar-memory-limit: "1000Mi"
|
||||||
|
dapr.io/log-as-json: "true"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
- name: actorStateStore
|
- name: actorStateStore
|
||||||
value: "true"
|
value: "true"
|
||||||
scopes:
|
scopes:
|
||||||
- atlantis
|
- prod-atlantis
|
||||||
- petimeter
|
- prod-petimeter
|
||||||
- hipster
|
- prod-hipster
|
||||||
- archmeister
|
- prod-archmeister
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ spec:
|
|||||||
key: redis-password
|
key: redis-password
|
||||||
- name: actorStateStore
|
- name: actorStateStore
|
||||||
value: "true"
|
value: "true"
|
||||||
scopes:
|
# scopes:
|
||||||
- atlantis
|
# - staging-atlantis
|
||||||
- petimeter
|
# - staging-petimeter
|
||||||
- hipster
|
# - staging-hipster
|
||||||
- archmeister
|
# - staging-archmeister
|
||||||
|
|||||||
Reference in New Issue
Block a user