Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Changed the storageClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
guybarrette committed Mar 8, 2022
1 parent 8b38c39 commit 2250305
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
L09-05 Docker Compose - Sample App/result/dotnet/Result/obj/Debug/netcoreapp2.1/project.razor.json
L09-05 Docker Compose - Sample App/result/dotnet/Result/obj/Debug/netcoreapp2.1/Result.assets.cache
L09-05 Docker Compose - Sample App/result/dotnet/Result/obj/Debug/netcoreapp2.1/Result.csproj.AssemblyReference.cache
L09-05 Docker Compose - Sample App/result/dotnet/Result/obj/Debug/netcoreapp2.1/Result.GeneratedMSBuildEditorConfig.editorconfig
L09-05 Docker Compose - Sample App/vote/dotnet/Vote/obj/Debug/netcoreapp2.1/project.razor.json
L09-05 Docker Compose - Sample App/vote/dotnet/Vote/obj/Debug/netcoreapp2.1/Vote.assets.cache
L09-05 Docker Compose - Sample App/vote/dotnet/Vote/obj/Debug/netcoreapp2.1/Vote.csproj.AssemblyReference.cache
L09-05 Docker Compose - Sample App/vote/dotnet/Vote/obj/Debug/netcoreapp2.1/Vote.GeneratedMSBuildEditorConfig.editorconfig
L09-05 Docker Compose - Sample App/worker/dotnet/Worker/obj/Debug/netcoreapp2.1/Worker.assets.cache
L09-05 Docker Compose - Sample App/worker/dotnet/Worker/obj/Debug/netcoreapp2.1/Worker.csproj.AssemblyReference.cache
L09-05 Docker Compose - Sample App/worker/dotnet/Worker/obj/Debug/netcoreapp2.1/Worker.GeneratedMSBuildEditorConfig.editorconfig
4 changes: 2 additions & 2 deletions L24-09 StatefulSet/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ spec:
- metadata:
name: www
spec:
storageClassName: azurefile
storageClassName: hostpath
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storage: 10Mi

0 comments on commit 2250305

Please sign in to comment.