oc-deploy/oc-catalog/oc-catalog-service.yml

14 lines
270 B
YAML
Raw Normal View History

2024-08-30 16:13:10 +02:00
# oc-catalog-service.yml
apiVersion: v1
kind: Service
metadata:
name: oc-catalog
spec:
selector:
app: oc-catalog
ports:
- protocol: TCP
port: 8087
targetPort: 8080
type: NodePort # Optional, useful for accessing via Minikube IP and NodePort