iching-broker-level2/service.yaml
Christopher Hase cf8bd4014b
All checks were successful
ci / build (push) Successful in 1m19s
add http-server part 3
2025-04-07 13:16:29 +02:00

13 lines
No EOL
207 B
YAML

apiVersion: v1
kind: Service
metadata:
name: iching-service
namespace: argocd
spec:
selector:
app: iching-broker
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: ClusterIP