From d8a0b223dfbe86e88866174082028701b23ab2d4 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 17 Sep 2022 08:02:23 -0700 Subject: updated manifests so they actually work --- grumpy/static-files/photos/kustomization.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 grumpy/static-files/photos/kustomization.yaml (limited to 'grumpy/static-files/photos') diff --git a/grumpy/static-files/photos/kustomization.yaml b/grumpy/static-files/photos/kustomization.yaml new file mode 100644 index 0000000..a9b88aa --- /dev/null +++ b/grumpy/static-files/photos/kustomization.yaml @@ -0,0 +1,20 @@ +resources: +- ../base +namePrefix: photos- +commonLabels: + app.kubernetes.io/name: photos +patches: +- target: + kind: Ingress + name: static-files + patch: |- + - op: replace + path: /spec/rules/0/host + value: photos.ofmax.li + - op: replace + path: /spec/tls/0/hosts/0 + value: photos.ofmax.li +images: +- name: web + newName: registry.gitlab.com/grumps/photos.ofmax.li/prod + newTag: v0.0.2 -- cgit v1.2.3