blob: 44f580e05c92a7176995442f03f259bdec37f0b9 (
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: registry.gitlab.com/grumps/ofmax/prod
newTag: v0.0.1
|