mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Add ghost deployment
This commit is contained in:
19
apps/prod/ghost/release.yaml
Normal file
19
apps/prod/ghost/release.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: ghost
|
||||
namespace: ghost
|
||||
spec:
|
||||
interval: 1h
|
||||
chart:
|
||||
spec:
|
||||
chart: ghost
|
||||
version: "22.2.3"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bitnami
|
||||
namespace: ghost
|
||||
interval: 1h
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: ghost-prod-values
|
||||
Reference in New Issue
Block a user