traefik ports

This commit is contained in:
2024-04-19 09:06:40 +02:00
parent bba674ad79
commit 44e8f012d3
4 changed files with 11 additions and 21 deletions

View File

@@ -1,5 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
resources:
- cert
- crds
@@ -9,4 +12,3 @@ resources:
- traefik-middleware-default-headers.yaml
- traefik-namespace.yaml
- traefik-pvc.yaml
- traefik-service.yaml

View File

@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- networking-ingressclass-traefik.yaml
- traefik-service.yaml

View File

@@ -11,11 +11,11 @@ spec:
app: traefik
ports:
# Local
- name: web-local
- name: web
port: 80
protocol: TCP
targetPort: web-local
- name: websecure-local
- name: websecure
port: 443
protocol: TCP
targetPort: websecure-local
@@ -39,18 +39,18 @@ spec:
app: traefik
ports:
# Front
- name: web-front
port: 8080
- name: web
port: 80
protocol: TCP
targetPort: web-front
nodePort: 30080
- name: websecure-front
port: 8443
- name: websecure
port: 443
protocol: TCP
targetPort: websecure-front
nodePort: 30443
- name: dns
port: 8053
port: 53
protocol: UDP
targetPort: dns
nodePort: 30053

View File

@@ -1,13 +0,0 @@
global:
leaderElection:
namespace: cert-manager
webhook:
securePort: 10260
validatingWebhookConfigurationAnnotations:
cert-manager.io/inject-ca-from-secret: cert-manager/cert-manager-webhook-ca
# clusterResourceNamespace: cert-manager
namespace: cert-manager