split internal & external

This commit is contained in:
2025-01-19 20:14:30 +01:00
parent e6b6208876
commit ce9c7c48e8
18 changed files with 161 additions and 78 deletions

17
external/service.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: Service
metadata:
name: nginx-internal
spec:
type: LoadBalancer
selector:
app.kubernetes.io/name: nginx-internal
ports:
- name: http
port: 80
targetPort: 80
- name: https
port: 443
targetPort: 443