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

16
internal/service.yaml Normal file
View File

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