chore: Add WordPress Nginx config map and service infrastructure

This commit is contained in:
Your Name
2026-01-17 22:45:35 +01:00
committed by Your Name (aider)
parent bcd1f4b9b2
commit 084ee9131e
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: virtualinsanity-wordpress-svc
namespace: wordpress
spec:
selector:
app: wordpress
site: virtualinsanity
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP