This commit is contained in:
parent
3968ffc459
commit
759d9b8ac9
3 changed files with 1 additions and 23 deletions
|
@ -3,12 +3,6 @@ kind: Kustomization
|
|||
|
||||
namespace: blog
|
||||
|
||||
images:
|
||||
- name: caddy
|
||||
newName: code.icb4dc0.de/infrastructure/images/caddy
|
||||
newTag: latest
|
||||
digest: sha256:6942ec75b708e2b37d6903346ace5511ef6c6df043d1c670ee3515698adcd116
|
||||
|
||||
resources:
|
||||
- resources/namespace.yaml
|
||||
- https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml
|
||||
|
|
|
@ -13,19 +13,3 @@ spec:
|
|||
- backendRefs:
|
||||
- name: spin-proxy
|
||||
port: 80
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: git-age-docs-https
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: contour
|
||||
sectionName: git-age-docs
|
||||
namespace: projectcontour
|
||||
hostnames:
|
||||
- "docs.git-age.icb4dc0.de"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: spin-proxy
|
||||
port: 80
|
||||
|
|
|
@ -8,4 +8,4 @@ spec:
|
|||
replicas: 2
|
||||
variables:
|
||||
- name: domain_mapping
|
||||
value: '{"docs.git-age.icb4dc0.de":"1661580-git-age.fsn1.your-objectstorage.com","www.icb4dc0.de":"1661580-blog.fsn1.your-objectstorage.com"}'
|
||||
value: '{"www.icb4dc0.de":"1661580-blog.fsn1.your-objectstorage.com"}'
|
||||
|
|
Loading…
Reference in a new issue