titan-iac/services/hermes/switchyard-service.yaml
jenkins cef66ef0ca
All checks were successful
Tests / Declarative: Post Actions passed: 240
hermes: make Switchyard the routing authority
2026-08-11 20:22:26 -03:00

18 lines
313 B
YAML

# services/hermes/switchyard-service.yaml
apiVersion: v1
kind: Service
metadata:
name: hermes-switchyard
namespace: hermes
labels:
app: hermes-switchyard
spec:
type: ClusterIP
selector:
app: hermes-switchyard
ports:
- name: http
port: 9005
targetPort: http
protocol: TCP