apps(publicfiles) Added publicfiles to the deployment

This commit is contained in:
2025-05-30 15:55:54 +02:00
parent 843f2ba543
commit c33772d4f8
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: publicfiles
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: publicfiles
ports:
- protocol: TCP
port: 80
targetPort: 80
name: http