chore: Another fix for headlamp
This commit is contained in:
parent
f40ee202da
commit
f5997b2256
@ -50,4 +50,15 @@ spec:
|
||||
volumes:
|
||||
- name: headlamp-plugins
|
||||
emptyDir:
|
||||
sizeLimit: 100Mi
|
||||
sizeLimit: 100Mi
|
||||
route:
|
||||
app:
|
||||
hostnames: ["{{ .Release.Name }}.internal.${SECRET_DOMAIN}"]
|
||||
parentRefs:
|
||||
- name: envoy-internal
|
||||
namespace: network
|
||||
sectionName: https
|
||||
rules:
|
||||
- backendRefs:
|
||||
- identifier: app
|
||||
port: 80
|
||||
|
||||
@ -9,7 +9,7 @@ metadata:
|
||||
name: headlamp
|
||||
spec:
|
||||
hostnames:
|
||||
- headlamp.kantai.xyz
|
||||
- headlamp.internal.laurivan.com
|
||||
parentRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
|
||||
@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ./httproute.yaml
|
||||
#- ./httproute.yaml
|
||||
- ./ocirepository.yaml
|
||||
@ -5,4 +5,3 @@ namespace: system-upgrade
|
||||
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./tuppr/ks.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user