Move mbgwp to mbg

This commit is contained in:
Ruben Hensen
2025-03-28 12:20:30 +01:00
parent 697b7ab0eb
commit d0ddddcbcd
3 changed files with 0 additions and 0 deletions
-13
View File
@@ -1,13 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: wordpress-external
spec:
type: NodePort
ports:
- port: 8080 # The port the service exposes internally
targetPort: 8080 # The port on the pods to which this service forwards traffic
nodePort: 30989 # The port on each node to access this service (must be between 30000-32767)
selector:
app.kubernetes.io/name: wordpress # Selector to match your WordPress pods
app.kubernetes.io/instance: mbgwp-helm # This might need adjustment based on your helm release