WIP: can deploy?

This commit is contained in:
2026-07-29 00:30:37 -04:00
parent 8f5c499ee2
commit 4a6732798a
31 changed files with 803 additions and 739 deletions
+23
View File
@@ -0,0 +1,23 @@
1. {{ .Release.Name }} Deployment Information:
- Release Name: {{ .Release.Name }}
- Namespace: {{ .Release.Namespace }}
- Chart Name: {{ .Chart.Name }}
- Chart Version: {{ .Chart.Version }}
2. {{ .Release.Name }} Service Information:
- Service Name: {{ .Values.system }}-service
- Service Type: LoadBalancer
- Service Port: 80
3. Useful Commands:
- Check the {{ .Release.Name }} Deployment Status:
helm status {{ .Release.Name }}
- Get Detailed Information about the {{ .Release.Name }} Deployment:
helm get all {{ .Release.Name }}
helm diff
4. Clean Up:
- To uninstall/delete the {{ .Release.Name }} deployment, run:
helm uninstall {{ .Release.Name }}