aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/blog/kustomization.yaml
blob: 2c23385dc6896f174118aa0938ed2985819b7a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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: public.ecr.aws/s0f9o2k5/ofmax.li
  newTag: v0.0.1