Add hermes as an internal service

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-05-31 13:36:20 +01:00
parent ebddfbf1fb
commit d48e21ada7
2 changed files with 20 additions and 1 deletions
@@ -83,3 +83,20 @@ spec:
app: internal-proxy
type: ClusterIP
---
apiVersion: v1
kind: Service
metadata:
name: hermes
namespace: auth-proxy
labels:
app: internal-proxy
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
selector:
app: internal-proxy
type: ClusterIP
---