Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Mar 7, 2020
1 parent 3ed5a8a commit cb33d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy
on:
push:
branches:
- master
- release
paths-ignore:
- .gitignore
- README.md
Expand Down
6 changes: 3 additions & 3 deletions deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ metadata:
name: proxypool
namespace: proxypool
spec:
storageClassName: default
storageClassName: azure-file
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storage: 2Gi
---
apiVersion: v1
items:
Expand Down Expand Up @@ -91,7 +91,7 @@ items:
volumes:
- name: proxypool
persistentVolumeClaim:
claimName: proxypool
claimName: pvc-proxypool
status: {}
kind: List
metadata: {}

0 comments on commit cb33d90

Please sign in to comment.