mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add ghost deployment
This commit is contained in:
8
apps/base/ghost/kustomization.yaml
Normal file
8
apps/base/ghost/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# /apps/base/ghost/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: ghost
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
5
apps/base/ghost/namespace.yaml
Normal file
5
apps/base/ghost/namespace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# /apps/base/ghost/namespace.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: ghost
|
||||
9
apps/base/ghost/repository.yaml
Normal file
9
apps/base/ghost/repository.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# /apps/base/ghost/repository.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: bitnami
|
||||
namespace: ghost
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
Reference in New Issue
Block a user