caas/kustomize/service.yaml

15 lines
190 B
YAML
Raw Permalink Normal View History

2025-03-07 21:14:48 -06:00
---
apiVersion: v1
kind: Service
metadata:
name: caas
spec:
type: ClusterIP
selector:
app: caas
ports:
- name: http
port: 80
protocol: TCP
targetPort: http