Basic example

This commit is contained in:
Mike Conrad
2025-05-09 16:32:13 -04:00
commit 9b8f7b66da
4 changed files with 60 additions and 0 deletions

10
frontend/service.yaml Normal file
View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: frontend
spec:
selector:
app: frontend
ports:
- port: 80
targetPort: 80