Skip to content

Commit

Permalink
Merge pull request #3823 from lsst-sqre/tickets/DM-47199/sasquatch-id…
Browse files Browse the repository at this point in the history
…fprod

DM-47199: `idfprod` Sasquatch
  • Loading branch information
fajpunk authored Oct 30, 2024
2 parents e3e0486 + 74e5089 commit 333bb02
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 0 deletions.
97 changes: 97 additions & 0 deletions applications/sasquatch/values-idfprod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
strimzi-kafka:
kafka:
externalListener:
tls:
enabled: true
bootstrap:
loadBalancerIP: "34.55.132.0"
host: sasquatch-kafka-bootstrap.lsst.cloud

brokers:
- broker: 3
loadBalancerIP: "34.122.37.250"
host: sasquatch-kafka-3.lsst.cloud
- broker: 4
loadBalancerIP: "34.72.131.177"
host: sasquatch-kafka-4.lsst.cloud
- broker: 5
loadBalancerIP: "34.72.103.157"
host: sasquatch-kafka-5.lsst.cloud
users:
kafdrop:
enabled: true
telegraf:
enabled: true
kraft:
enabled: true
kafkaController:
enabled: true
resources:
requests:
memory: 8Gi
cpu: "1"
limits:
memory: 8Gi
cpu: "1"
registry:
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
hostname: data.lsst.cloud
path: /schema-registry(/|$)(.*)
connect:
enabled: false

influxdb:
ingress:
enabled: true
hostname: data.lsst.cloud
resources:
requests:
memory: 8Gi
cpu: 1
limits:
memory: 8Gi
cpu: 1

telegraf-kafka-consumer:
enabled: true
kafkaConsumers:
example:
enabled: true
replicaCount: 1
database: "lsst.example"
tags: |
[ "band", "instrument" ]
timestamp_format: "unix_ms"
timestamp_field: "timestamp"
topicRegexps: |
[ "lsst.example" ]
kafdrop:
ingress:
enabled: true
hostname: data.lsst.cloud

chronograf:
ingress:
enabled: true
hostname: data.lsst.cloud

env:
GENERIC_NAME: "OIDC"
GENERIC_AUTH_URL: https://data.lsst.cloud/auth/openid/login
GENERIC_TOKEN_URL: https://data.lsst.cloud/auth/openid/token
USE_ID_TOKEN: 1
JWKS_URL: https://data.lsst.cloud/.well-known/jwks.json
GENERIC_API_URL: https://data.lsst.cloud/auth/openid/userinfo
GENERIC_SCOPES: openid
GENERIC_API_KEY: sub
PUBLIC_URL: https://data.lsst.cloud/
STATUS_FEED_URL: https://raw.githubusercontent.com/lsst-sqre/rsp_broadcast/main/jsonfeeds/idfprod.json

app-metrics:
enabled: true
apps:
- gafaelfawr
- mobu
Empty file.
9 changes: 9 additions & 0 deletions applications/strimzi/values-idfprod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
strimzi-kafka-operator:
resources:
limits:
memory: "1Gi"
requests:
memory: "512Mi"
watchNamespaces:
- "sasquatch"
logLevel: "INFO"
3 changes: 3 additions & 0 deletions environments/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ applications:
mobu: true
nublado: true
portal: true
sasquatch: true
semaphore: true
sia: false
siav2: false
squareone: true
strimzi: true
strimzi-access-operator: true
ssotap: true
tap: true
telegraf: true
Expand Down

0 comments on commit 333bb02

Please sign in to comment.