Skip to content

Commit

Permalink
Merge pull request dana-team#159 from mzeevi/doc/fixCappExample
Browse files Browse the repository at this point in the history
fixed capp example for nfsvolumes
  • Loading branch information
dvirgilad authored May 6, 2024
2 parents ae20daa + d6a5b92 commit 8fa2394
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,8 @@ spec:
image: 'quay.io/danateamorg/example-python-app:v1-flask'
name: capp-sample
volumeMounts:
- name: testpvc
- name: test-nfspvc
mountPath: /data
volumes:
- name: testpvc
persistentVolumeClaim:
claimName: nfspvc
readOnly: false
routeSpec:
hostname: capp.dev
tlsEnabled: true
Expand All @@ -130,7 +125,7 @@ spec:
nfsVolumes:
- server: test
path: /test
name: nfspvc
name: test-nfspvc
capacity:
storage: 200Gi
logSpec:
Expand Down

0 comments on commit 8fa2394

Please sign in to comment.