first upload

This commit is contained in:
2025-07-20 15:36:14 +02:00
parent 676e150f75
commit ea6bcaaf41
5 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: apache-demo
namespace: secure
spec:
ports:
- port: 8080
targetPort: 8080
name: http
selector:
app: apache-demo