aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/blog/kustomization.yaml
blob: 59a0e500dadf1be59d9a141c08aec25b8a352d0a (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: latest