basic deployment of ghost

This commit is contained in:
2024-09-17 18:48:26 +02:00
commit 2d1a643cb2
6 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
namespace: anydev
images:
- name: ghost
newName: ghost
newTag: "5.94.1"