9a6c78680b
- Fix indentation in service.yaml files (thelounge and znc) - Fix indentation in statefulset.yaml (thelounge) - Add missing newlines at end of files - Resolves yamllint errors from CI/CD workflows Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
20 lines
370 B
YAML
20 lines
370 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: thelounge
|
|
namespace: irc
|
|
spec:
|
|
parentRefs:
|
|
- name: external
|
|
namespace: istio-system
|
|
hostnames:
|
|
- ${THELOUNGE_HOSTNAME}
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: thelounge
|
|
port: 9000
|