Skip to content

Commit

Permalink
upgrade growi 7
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Mar 28, 2024
1 parent 523c230 commit b54b6b6
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 241 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/build_growi_hackmd.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions docker-images/growi/hackmd/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions docker-images/growi/hackmd/apply-growi-agent.sh

This file was deleted.

8 changes: 0 additions & 8 deletions docker-images/growi/hackmd/config.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ spec:
external-hostname: wiki.onp-k8s.admin.seichi.click
internal-authority: "growi.growi-system:3000"

# HackMD for Growi
- name: hackmd
external-hostname: hackmd.onp-k8s.admin.seichi.click
internal-authority: "hackmd.growi-system:3000"

template:
metadata:
name: "cloudflared-tunnel-http-exit--{{name}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ spec:
spec:
containers:
- name: growi
image: weseek/growi:6
image: weseek/growi:7
resources:
requests:
cpu: 1
cpu: "1"
memory: 1Gi
limits:
cpu: 1
cpu: "1"
memory: 1Gi
env:
- name: APP_SITE_URL
Expand All @@ -35,10 +35,6 @@ spec:
value: "mongodb"
- name: MATHJAX
value: "1"
- name: HACKMD_URI
value: "https://hackmd.onp-k8s.admin.seichi.click"
- name: HACKMD_URI_FOR_SERVER
value: "http://hackmd:3000"
- name: PASSWORD_SEED
valueFrom:
secretKeyRef:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b54b6b6

Please sign in to comment.