diff options
Diffstat (limited to 'grumpy/static-files/blog/kustomization.yaml')
| -rw-r--r-- | grumpy/static-files/blog/kustomization.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/grumpy/static-files/blog/kustomization.yaml b/grumpy/static-files/blog/kustomization.yaml new file mode 100644 index 0000000..44f580e --- /dev/null +++ b/grumpy/static-files/blog/kustomization.yaml @@ -0,0 +1,23 @@ +resources: + - ../base +namePrefix: blog- +commonLabels: + app.kubernetes.io/name: blog +patches: + - target: + kind: Ingress + name: static-files + patch: |- + - op: replace + path: /spec/rules/0/host + value: ofmax.li + - op: replace + path: /spec/tls/0/hosts/0 + value: ofmax.li + - op: add + path: /spec/tls/0/hosts/- + value: www.ofmax.li +images: +- name: web + newName: registry.gitlab.com/grumps/ofmax/prod + newTag: v0.0.1 |