...
|
...
|
@@ -50,7 +50,7 @@ spec: |
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
- mountPath: /var/www/opp-test/file
|
|
|
name: mmmjihuitest-pvc1
|
|
|
name: mmmjihuitest2-pvc1
|
|
|
ports:
|
|
|
- containerPort: 8080
|
|
|
env:
|
...
|
...
|
@@ -97,6 +97,6 @@ spec: |
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {}
|
|
|
- name: mmmjihuitest-pvc1
|
|
|
- name: mmmjihuitest2-pvc1
|
|
|
persistentVolumeClaim:
|
|
|
claimName: mmmjihuitest-pvc |
|
|
\ No newline at end of file |
|
|
claimName: mmmjihuitest2-pvc |
|
|
\ No newline at end of file |
...
|
...
|
|