titan-iac/services/zot/service.yaml

15 lines
234 B
YAML
Raw Permalink Normal View History

2025-08-13 15:58:51 -05:00
# services/zot/service.yaml
apiVersion: v1
kind: Service
metadata:
name: zot
namespace: zot
labels: { app: zot }
spec:
type: ClusterIP
selector: { app: zot }
ports:
- name: http
port: 5000
targetPort: 5000