Loading charts/observability/kube-prometheus-stack/templates/alertmanager/persistentvolume.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ kind: PersistentVolume apiVersion: v1 metadata: name: {{ template "kube-prometheus-stack.fullname" . }}-alertmanager annotations: "helm.sh/resource-policy": keep labels: app: {{ template "kube-prometheus-stack.name" . }}-alertmanager chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} Loading charts/observability/kube-prometheus-stack/templates/prometheus/persistentvolume.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ kind: PersistentVolume apiVersion: v1 metadata: name: {{ template "kube-prometheus-stack.fullname" . }}-server annotations: "helm.sh/resource-policy": keep labels: app: {{ template "kube-prometheus-stack.name" . }}-server chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} Loading charts/observability/thanos/templates/rustfs/hostpath-pv.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ apiVersion: v1 kind: PersistentVolume metadata: name: {{ .Release.Name }}-rustfs-data annotations: "helm.sh/resource-policy": keep labels: {{- include "thanos.labels" . | nindent 4 }} spec: Loading @@ -24,6 +26,8 @@ apiVersion: v1 kind: PersistentVolume metadata: name: {{ .Release.Name }}-rustfs-logs annotations: "helm.sh/resource-policy": keep labels: {{- include "thanos.labels" . | nindent 4 }} spec: Loading deploy/pyinfra/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ The deployment process is <strong style="color: #28a745;">idempotent and checkpo --- ## Redeployment & Troubleshooting <!-- ## Redeployment & Troubleshooting ### Full Redeployment of the Sandbox The deployment lifecycle creates checkpoint markers in `~/.meep/` to track completed stages: Loading @@ -151,7 +151,7 @@ To perform a <strong style="color: #28a745;">full clean redeployment</strong> of rm -f ~/.meep/.01_secrets_configured ~/.meep/.02_deps_deployed ~/.meep/.03_binaries_built ~/.meep/.04_images_dockerized ~/.meep/.05_scenarios_imported source pyinfra-venv/bin/activate pyinfra inventory.py deploy.py -y ``` ``` --> ### Single Component Redeployment & Troubleshooting For redeploying a single microservice component or diagnosing specific container issues, refer to the official troubleshooting guide: Loading deploy/pyinfra/lib/config_helpers.py +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ def get_mec_host_address(): if not mec_host_address: raise ValueError("MEC_HOST_ADDRESS cannot be empty.") return mec_host_address Loading Loading
charts/observability/kube-prometheus-stack/templates/alertmanager/persistentvolume.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ kind: PersistentVolume apiVersion: v1 metadata: name: {{ template "kube-prometheus-stack.fullname" . }}-alertmanager annotations: "helm.sh/resource-policy": keep labels: app: {{ template "kube-prometheus-stack.name" . }}-alertmanager chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} Loading
charts/observability/kube-prometheus-stack/templates/prometheus/persistentvolume.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ kind: PersistentVolume apiVersion: v1 metadata: name: {{ template "kube-prometheus-stack.fullname" . }}-server annotations: "helm.sh/resource-policy": keep labels: app: {{ template "kube-prometheus-stack.name" . }}-server chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} Loading
charts/observability/thanos/templates/rustfs/hostpath-pv.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ apiVersion: v1 kind: PersistentVolume metadata: name: {{ .Release.Name }}-rustfs-data annotations: "helm.sh/resource-policy": keep labels: {{- include "thanos.labels" . | nindent 4 }} spec: Loading @@ -24,6 +26,8 @@ apiVersion: v1 kind: PersistentVolume metadata: name: {{ .Release.Name }}-rustfs-logs annotations: "helm.sh/resource-policy": keep labels: {{- include "thanos.labels" . | nindent 4 }} spec: Loading
deploy/pyinfra/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ The deployment process is <strong style="color: #28a745;">idempotent and checkpo --- ## Redeployment & Troubleshooting <!-- ## Redeployment & Troubleshooting ### Full Redeployment of the Sandbox The deployment lifecycle creates checkpoint markers in `~/.meep/` to track completed stages: Loading @@ -151,7 +151,7 @@ To perform a <strong style="color: #28a745;">full clean redeployment</strong> of rm -f ~/.meep/.01_secrets_configured ~/.meep/.02_deps_deployed ~/.meep/.03_binaries_built ~/.meep/.04_images_dockerized ~/.meep/.05_scenarios_imported source pyinfra-venv/bin/activate pyinfra inventory.py deploy.py -y ``` ``` --> ### Single Component Redeployment & Troubleshooting For redeploying a single microservice component or diagnosing specific container issues, refer to the official troubleshooting guide: Loading
deploy/pyinfra/lib/config_helpers.py +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ def get_mec_host_address(): if not mec_host_address: raise ValueError("MEC_HOST_ADDRESS cannot be empty.") return mec_host_address Loading