Skip to content

Commit

Permalink
Update console deployment resource for release 0.0.33
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Apr 11, 2024
1 parent 253bbbd commit 4f89855
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install/resources/console/console.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ spec:
containers:
### API
- name: console-api
image: quay.io/eyefloaters/console-api:0.0.31
image: quay.io/eyefloaters/console-api:0.0.33
ports:
- containerPort: 8080
# Adjust KAFKA and CONSOLE_KAFKA variables to match your Kafka cluster
env:
- name: KAFKA_SECURITY_PROTOCOL
value: SASL_SSL
Expand All @@ -31,6 +32,7 @@ spec:
- name: CONSOLE_KAFKA_EXAMPLE
value: ${NAMESPACE}/console-kafka
- name: CONSOLE_KAFKA_EXAMPLE_BOOTSTRAP_SERVERS
# Replace with your Kafka's boostrap address
value: bootstrap.console-kafka.apps-crc.testing:443
- name: CONSOLE_KAFKA_EXAMPLE_SASL_JAAS_CONFIG
valueFrom:
Expand All @@ -39,7 +41,7 @@ spec:
key: sasl.jaas.config
### User Interface
- name: console-ui
image: quay.io/eyefloaters/ui:0.0.31
image: quay.io/eyefloaters/ui:0.0.33
volumeMounts:
- mountPath: /app/.next/cache
name: cache
Expand Down

0 comments on commit 4f89855

Please sign in to comment.