Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update console deployment resource for release 0.0.33 #663

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading