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

upgrade growi 7 #1927

Merged
merged 1 commit into from
Mar 28, 2024
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
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.