aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/photos/kustomization.yaml
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2022-09-17 08:02:23 -0700
committerMax Resnick <max@ofmax.li>2022-09-17 08:02:23 -0700
commitd8a0b223dfbe86e88866174082028701b23ab2d4 (patch)
treeffe1a388375fe1613c294a796a064d719c2ada4b /grumpy/static-files/photos/kustomization.yaml
parenta0d6733e195bc04a78e6994ee0c978f8bb6c73ad (diff)
downloadgrumpy-charts-d8a0b223dfbe86e88866174082028701b23ab2d4.tar.gz
updated manifests so they actually work
Diffstat (limited to '')
-rw-r--r--grumpy/static-files/photos/kustomization.yaml20
1 files changed, 20 insertions, 0 deletions
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