fix manifest errors

This commit is contained in:
Mans Ziesel 2024-09-22 12:15:43 +02:00
parent aadcd540e2
commit eb488b2daf
3 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: treafik
labels:
pod-security.kubernetes.io/enforce: privileged

View File

@ -1,14 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: traefik-service
name: traefik-dashboard-service
spec:
type: LoadBalancer
ports:
- port: 8080
targetPort: dashboard
selector:
app: traefik
---
apiVersion: v1
kind: Service
metadata:
name: traefik-web-service
spec:
type: LoadBalancer
ports:
- targetPort: web
port: 80
- targetPort: dashboard
port: 8080
selector:
app: traefik

View File

@ -1,9 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
namespace: traefik
resources:
- ./base/000-namespace.yaml
- ./base/000-role-binding.yaml
- ./base/000-cluster-role.yaml
- ./base/001-service-account.yaml