Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
**.DS_Store

# Hugo local preview site (generated by docs/preview.sh)
.docs-preview/
.docs-preview/

# Swap files from the one-true-editor
*.swp
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ After installation, use port-forwarding to access the Console:
kubectl port-forward -n streamshub-console svc/streamshub-console-console-service 8090:80
```

Open [http://localhost:8090](http://localhost:8090) in your browser.
Open [http://localhost:8090](http://localhost:8090) in your browser.
Note the `http://` NOT `https://` in the address.

See [Accessing Services](docs/accessing-services.md) for Kafka, Apicurio Registry access, and platform-specific instructions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: apicurio-registry

resources:
- https://raw.githubusercontent.com/Apicurio/apicurio-registry/3.1.7/operator/install/install.yaml
- https://raw.githubusercontent.com/Apicurio/apicurio-registry/3.3.0/operator/install/install.yaml
- namespace.yaml

labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: streamshub-console

resources:
- https://github.com/streamshub/console/releases/download/0.11.0/streamshub-console-operator.yaml
- https://github.com/streamshub/console/releases/download/0.13.0/streamshub-console-operator.yaml
- namespace.yaml

labels:
Expand Down
2 changes: 1 addition & 1 deletion components/core/base/strimzi-operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: strimzi

resources:
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.51.0/strimzi-cluster-operator-0.51.0.yaml
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/1.1.0/strimzi-cluster-operator-1.1.0.yaml
- namespace.yaml
- clusterrolebindings.yaml

Expand Down
2 changes: 1 addition & 1 deletion components/core/stack/kafka/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: kafka

resources:
- https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/refs/tags/0.51.0/examples/kafka/kafka-single-node.yaml
- https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/refs/tags/1.1.0/examples/kafka/kafka-single-node.yaml
- namespace.yaml

labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: monitoring

resources:
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.89.0/bundle.yaml
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.92.1/bundle.yaml
- namespace.yaml

labels:
Expand Down
1 change: 1 addition & 0 deletions docs/accessing-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ kubectl port-forward -n streamshub-console svc/streamshub-console-console-servic
```

Open [http://localhost:8090](http://localhost:8090) in your browser.
Note the `http://` not `https://` in the address.

#### KIND

Expand Down
Loading