...
|
...
|
@@ -55,8 +55,6 @@ spec: |
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
- mountPath: /go/src/sg-storage/uploads
|
|
|
name: sgstorage-pvc1
|
|
|
env:
|
|
|
- name: LOG_LEVEL
|
|
|
value: "debug"
|
...
|
...
|
@@ -113,6 +111,4 @@ spec: |
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {} |
|
|
- name: sgstorage-pvc1
|
|
|
persistentVolumeClaim:
|
|
|
claimName: sgstorage-pvc |
|
|
\ No newline at end of file |
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|