...
|
...
|
@@ -52,9 +52,9 @@ spec: |
|
|
ports:
|
|
|
- containerPort: 8082
|
|
|
- containerPort: 443
|
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
# volumeMounts:
|
|
|
# - mountPath: /opt/logs
|
|
|
# name: accesslogs
|
|
|
env:
|
|
|
- name: HTTP_PORT
|
|
|
value: "8082"
|
...
|
...
|
@@ -101,6 +101,6 @@ spec: |
|
|
key: redis.port
|
|
|
- name: REDIS_AUTH
|
|
|
value: ""
|
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {} |
|
|
\ No newline at end of file |
|
|
# volumes:
|
|
|
# - name: accesslogs
|
|
|
# emptyDir: {} |
|
|
\ No newline at end of file |
...
|
...
|
|