Peter Kurfer
0ac1d722a3
All checks were successful
continuous-integration/drone/push Build is passing
32 lines
No EOL
667 B
YAML
32 lines
No EOL
667 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: ghostcms
|
|
|
|
images:
|
|
- name: ghostcms
|
|
newName: docker.io/ghost
|
|
newTag: 5.71.0-alpine
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/instance: icb4dc0de
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
resources:
|
|
- resources/namespace.yaml
|
|
- resources/db.yaml
|
|
- resources/pvc.yaml
|
|
- 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 |