add homepage as a deployment

This commit is contained in:
2024-04-16 12:43:20 +02:00
parent ece9faa60c
commit a4fe0a7fe4
10 changed files with 237 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: homepage
resources:
- namespace.yaml
- deployment.yaml
- service.yaml
- configmap.yaml
- ingress.yaml
images:
- name: homepage
newName: ghcr.io/gethomepage/homepage
newTag: v0.8.11