18 lines
280 B
YAML
18 lines
280 B
YAML
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
|