2023-10-31 18:14:58 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: ghostcms
|
|
|
|
|
|
|
|
images:
|
|
|
|
- name: ghostcms
|
2023-11-08 20:28:51 +00:00
|
|
|
newName: docker.io/ghost
|
2023-10-31 18:14:58 +00:00
|
|
|
newTag: 5.71.0-alpine
|
|
|
|
|
|
|
|
commonLabels:
|
|
|
|
app.kubernetes.io/instance: icb4dc0de
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- resources/namespace.yaml
|
|
|
|
- resources/db.yaml
|
2023-11-08 20:28:51 +00:00
|
|
|
- resources/pvc.yaml
|
2023-10-31 18:14:58 +00:00
|
|
|
- resources/deployment.yaml
|
|
|
|
- resources/service.yaml
|
|
|
|
- resources/ingress.yaml
|
|
|
|
|
|
|
|
generators:
|
|
|
|
- ./secret-generator.yaml
|
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: keydb
|
|
|
|
repo: https://enapter.github.io/charts/
|
|
|
|
releaseName: ghostcms-keydb
|
|
|
|
namespace: ghostcms
|
|
|
|
version: "0.48.0"
|
|
|
|
valuesFile: config/values.keydb.yaml
|