license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -151,6 +151,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "false"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -175,6 +176,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "false"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -290,7 +292,7 @@ services:
|
||||
claimName: stellaops-minio-data
|
||||
rustfs:
|
||||
class: infrastructure
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.10.0-edge
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.09.2
|
||||
service:
|
||||
port: 8080
|
||||
command:
|
||||
@@ -323,3 +325,4 @@ services:
|
||||
volumeClaims:
|
||||
- name: nats-data
|
||||
claimName: stellaops-nats-data
|
||||
|
||||
|
||||
@@ -56,9 +56,9 @@ database:
|
||||
minSize: 5
|
||||
maxSize: 25
|
||||
|
||||
redis:
|
||||
# Separate Redis instance per environment to avoid cache conflicts
|
||||
host: redis-blue.stellaops-blue.svc.cluster.local
|
||||
valkey:
|
||||
# Separate Valkey (Redis-compatible) instance per environment to avoid cache conflicts
|
||||
host: valkey-blue.stellaops-blue.svc.cluster.local
|
||||
database: 0
|
||||
|
||||
evidence:
|
||||
|
||||
@@ -70,9 +70,9 @@ database:
|
||||
minSize: 5
|
||||
maxSize: 25
|
||||
|
||||
redis:
|
||||
# Separate Redis instance per environment to avoid cache conflicts
|
||||
host: redis-green.stellaops-green.svc.cluster.local
|
||||
valkey:
|
||||
# Separate Valkey (Redis-compatible) instance per environment to avoid cache conflicts
|
||||
host: valkey-green.stellaops-green.svc.cluster.local
|
||||
database: 0
|
||||
|
||||
evidence:
|
||||
|
||||
@@ -116,6 +116,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "false"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -140,6 +141,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "false"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -243,7 +245,7 @@ services:
|
||||
emptyDir: {}
|
||||
rustfs:
|
||||
class: infrastructure
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.10.0-edge
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.09.2
|
||||
service:
|
||||
port: 8080
|
||||
env:
|
||||
@@ -270,3 +272,4 @@ services:
|
||||
volumes:
|
||||
- name: nats-data
|
||||
emptyDir: {}
|
||||
|
||||
|
||||
@@ -175,6 +175,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "true"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -202,6 +203,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "true"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -319,7 +321,7 @@ services:
|
||||
claimName: stellaops-minio-data
|
||||
rustfs:
|
||||
class: infrastructure
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.10.0-edge
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.09.2
|
||||
service:
|
||||
port: 8080
|
||||
command:
|
||||
@@ -337,3 +339,4 @@ services:
|
||||
volumeClaims:
|
||||
- name: rustfs-data
|
||||
claimName: stellaops-rustfs-data
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "false"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -141,6 +142,7 @@ services:
|
||||
SCANNER__ARTIFACTSTORE__TIMEOUTSECONDS: "30"
|
||||
SCANNER__QUEUE__BROKER: "nats://stellaops-nats:4222"
|
||||
SCANNER__EVENTS__ENABLED: "false"
|
||||
# Valkey (Redis-compatible) cache driver; keep "redis" for protocol compatibility.
|
||||
SCANNER__EVENTS__DRIVER: "redis"
|
||||
SCANNER__EVENTS__DSN: ""
|
||||
SCANNER__EVENTS__STREAM: "stella.events"
|
||||
@@ -210,7 +212,7 @@ services:
|
||||
claimName: stellaops-minio-data
|
||||
rustfs:
|
||||
class: infrastructure
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.10.0-edge
|
||||
image: registry.stella-ops.org/stellaops/rustfs:2025.09.2
|
||||
service:
|
||||
port: 8080
|
||||
command:
|
||||
@@ -243,3 +245,4 @@ services:
|
||||
volumeClaims:
|
||||
- name: nats-data
|
||||
claimName: stellaops-nats-data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user