Skip to content

Commit

Permalink
resolves #1655 update k8s documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 13, 2023
1 parent 7ffa272 commit ef023ac
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 56 deletions.
Binary file modified docs/modules/setup/attachments/kroki-k8s-multipod.zip
Binary file not shown.
Binary file modified docs/modules/setup/attachments/kroki-k8s-singlepod.zip
Binary file not shown.

This file was deleted.

15 changes: 0 additions & 15 deletions docs/modules/setup/examples/k8s-multi-pod/blockdiag-service.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ spec:
spec:
containers:
- env:
- name: KROKI_BLOCKDIAG_HOST
value: blockdiag
- name: KROKI_BPMN_HOST
value: bpmn
- name: KROKI_EXCALIDRAW_HOST
value: excalidraw
- name: KROKI_MERMAID_HOST
value: mermaid
- name: KROKI_WIREVIZ_HOST
value: wireviz
image: yuzutech/kroki
name: kroki
ports:
Expand Down
14 changes: 0 additions & 14 deletions docs/modules/setup/examples/k8s-single-pod/kroki-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,15 @@ spec:
- name: kroki
image: docker.io/yuzutech/kroki:latest
env:
- name: KROKI_BLOCKDIAG_HOST
value: localhost
- name: KROKI_MERMAID_HOST
value: localhost
- name: KROKI_BPMN_HOST
value: localhost
- name: KROKI_EXCALIDRAW_HOST
value: localhost
- name: KROKI_WIREVIZ_HOST
value: localhost
ports:
- protocol: TCP
containerPort: 8000
- name: kroki-blockdiag
image: docker.io/yuzutech/kroki-blockdiag:latest
ports:
- protocol: TCP
containerPort: 8001
- name: kroki-mermaid
image: docker.io/yuzutech/kroki-mermaid:latest
ports:
Expand All @@ -52,8 +43,3 @@ spec:
ports:
- protocol: TCP
containerPort: 8004
- name: kroki-wireviz
image: docker.io/yuzutech/kroki-wireviz:latest
ports:
- protocol: TCP
containerPort: 8006

0 comments on commit ef023ac

Please sign in to comment.