Skip to content

Commit

Permalink
Remove redundent files
Browse files Browse the repository at this point in the history
  • Loading branch information
rajan123456 committed Jul 11, 2020
1 parent bb2dd74 commit 086207c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 177 deletions.
63 changes: 0 additions & 63 deletions scripts/prod-hex/deployments/attendance-deployment.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/prod-hex/deployments/hexagon-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ spec:
- name: user-data-vol
persistentVolumeClaim:
claimName: user-data-vol-claim
readOnly: true
readOnly: false
32 changes: 0 additions & 32 deletions scripts/prod-hex/deployments/management-deployment.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/prod-hex/deployments/reporting-deployment.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions scripts/prod-hex/deployments/user-deployment.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions scripts/prod-hex/volumes/user-data-vol-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
namespace: production
spec:
accessModes:
#- ReadWriteOnce
- ReadOnlyMany
- ReadWriteOnce
#- ReadOnlyMany
resources:
requests:
storage: 10Gi
#storageClassName: "io1"
# selector:
# matchExpressions:
# - {key: kubernetes.io/hostname, operator: In, values: [ip-192-168-33-3.us-east-2.compute.internal]}
#storageClassName: "io1"
# selector:
# matchExpressions:
# - {key: kubernetes.io/hostname, operator: In, values: [ip-192-168-33-3.us-east-2.compute.internal]}

0 comments on commit 086207c

Please sign in to comment.