Skip to content

Commit

Permalink
WireViz is now included in the gateway container
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Oct 13, 2023
1 parent 2965a67 commit 7ffa272
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/modules/setup/pages/use-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ wget http://docs.kroki.io/kroki/setup/_attachments/kroki-k8s-multipod.zip -O kro
unzip kroki-k8s-multipod.zip -d kroki-k8s
----



In the next steps you use the `*.yml` files beneath the directory `kroki-k8s` and apply them in batch or individually, to create the Kubernetes objects.

== Create objects as a batch

To install (create) all the Kubernetes objects in a batch do the following:

Use the command `kubectl apply` to create all the required Kubernetes objects,
Expand Down Expand Up @@ -89,13 +88,6 @@ kubectl apply -f {uri-k8s-kroki-examples}/excalidraw-deployment.yaml
kubectl apply -f {uri-k8s-kroki-examples}/excalidraw-service.yaml
----

.Add WireViz service
[source,cli,subs=+attributes]
----
kubectl apply -f {uri-k8s-kroki-examples}/wireviz-deployment.yaml
kubectl apply -f {uri-k8s-kroki-examples}/wireviz-service.yaml
----

.Add Kroki service
[source,cli,subs=+attributes]
----
Expand Down

0 comments on commit 7ffa272

Please sign in to comment.