Automated update: 2026-06-05 12:12:12
This commit is contained in:
parent
3fe9ec5c41
commit
6aed620678
10 changed files with 108 additions and 0 deletions
13
apps/homepage/service.yaml
Normal file
13
apps/homepage/service.yaml
Normal 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
|
||||
Reference in a new issue