mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Wrong URL used from the old cluster. Made it impossible to log in due to a wrong redirect URL.
20 lines
402 B
YAML
20 lines
402 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
configMapGenerator:
|
|
- name: remark42-env
|
|
namespace: blog
|
|
literals:
|
|
- TIME_ZONE=Europe/Oslo
|
|
- REMARK_URL=https://remark42.stonegarden.dev
|
|
- SITE=stonegarden.dev
|
|
|
|
resources:
|
|
- svc.yaml
|
|
- pvc.yaml
|
|
- secret-github.yaml
|
|
- secret-google.yaml
|
|
- secret-remark42.yaml
|
|
- deployment.yaml
|
|
- http-route.yaml
|