Fix degraded apps: add nessus to project, remove duplicate guacamole route, update prometheus CRDs to v0.89.0

This commit is contained in:
Scooby Husky
2026-03-09 22:32:15 -05:00
parent 11eddf4971
commit 086a2bf406
5 changed files with 29 additions and 35 deletions
-33
View File
@@ -1,33 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: guacamole
namespace: guacamole
spec:
parentRefs:
- name: edge
namespace: gateway
sectionName: https
hostnames:
- guacamole.kube.huskypup.net
rules:
- matches:
- path:
type: PathPrefix
value: /guacamole
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: /
backendRefs:
- name: guacamole
port: 8080
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: guacamole
port: 8080