Skip to content
Snippets Groups Projects

Deploy app in kubernetes

Merged Bryan BRANCOTTE requested to merge dev-fastapi-k8s into dev-fastapi
Compare and
61 files
+ 1421
285
Compare changes
  • Side-by-side
  • Inline
Files
61
+ 4
0
 
# Application will be available at http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.host.name }}
 
 
# To delete app, do:
 
helm delete {{.Release.Name}}
 
\ No newline at end of file
Loading