Automated update: 2026-06-05 12:12:12

This commit is contained in:
Kenpat7177 2026-06-05 12:12:12 -05:00
parent 3fe9ec5c41
commit 6aed620678
10 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: homepage
namespace: homepage
spec:
selector:
app: homepage
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP