iac/apps/stamp-verification/base/service.yaml
2026-04-20 12:46:56 +05:00

16 lines
236 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: frontend-service
namespace: stamp-verification
spec:
type: ClusterIP
selector:
app: frontend
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP