caas/kustomize/service.yaml
Ryan Cavicchioni af631382fc
All checks were successful
Gitea Actions Demo / bake (push) Successful in 1m35s
add Kubernetes manifests
2025-03-07 21:14:48 -06:00

15 lines
190 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: caas
spec:
type: ClusterIP
selector:
app: caas
ports:
- name: http
port: 80
protocol: TCP
targetPort: http