Compare commits
3 Commits
2bd1b37a40
...
81e0cf372f
Author | SHA1 | Date | |
---|---|---|---|
81e0cf372f
|
|||
6388857514 | |||
fffd144bee |
@@ -9,7 +9,7 @@ komodo:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/moghtech/komodo-core
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.17.5
|
tag: 1.18.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
@@ -13,9 +13,11 @@ s3-exporter:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: S3_EXPORTER_WEB_LISTEN_ADDRESS
|
- name: S3_EXPORTER_WEB_LISTEN_ADDRESS
|
||||||
value: 9340
|
value: :9340
|
||||||
- name: S3_EXPORTER_S3_ENDPOINT_URL
|
- name: S3_EXPORTER_S3_ENDPOINT_URL
|
||||||
value: https://nyc3.digitaloceanspaces.com
|
value: https://nyc3.digitaloceanspaces.com
|
||||||
|
- name: S3_EXPORTER_LOG_LEVEL
|
||||||
|
value: debug
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: s3-do-home-infra-secret
|
name: s3-do-home-infra-secret
|
||||||
|
Reference in New Issue
Block a user