38 lines
677 B
YAML
38 lines
677 B
YAML
resources:
|
|
- ../base
|
|
|
|
commonLabels:
|
|
environment: local
|
|
|
|
nameSuffix: -local
|
|
namespace: barretthousen-local
|
|
|
|
patchesStrategicMerge:
|
|
- debug-catalog.yaml
|
|
- debug-runner.yaml
|
|
- scrape-cronjob.yaml
|
|
- image-pull-secret.yaml
|
|
|
|
patches:
|
|
- target:
|
|
kind: CronJob
|
|
name: runner-sync
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/schedule
|
|
value: "* * * * *"
|
|
- target:
|
|
kind: Ingress
|
|
name: admin
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/rules/0/host
|
|
value: admin.localhost
|
|
- target:
|
|
kind: Ingress
|
|
name: web
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/rules/0/host
|
|
value: bh.localhost
|